html,body{
height:100%;
margin:0px;
padding:0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
}

#measurer{
	width: 100%;
	height: 1em;
	position: absolute;
	left: 0;
	top: -1em;
	visibility: hidden;
	line-height: 1em;
	background: none;
}

div#layout {position: relative; min-width: 960px; min-height: 620px;}
* html div#layout {width: expression((document.getElementById('measurer') && document.getElementById('measurer').clientWidth < 960) ? '960px' : '100%'); }
			/*	//   height: expression((document.getElementById('measurer') && document.getElementById('measurer').clientHeight < 620) ? '620px' : '100%');}*/


body {
	background: url(images/bg-main.jpg) no-repeat 10% center black;
}

a {
	text-decoration: none;
}

img { border: none; text-decoration: none; }

#stanok {
	display: block;
	width: 772px;
	height: 410px;
	position: absolute;
	overflow: hidden;

	left: 50%;
	margin-left: -386px;
	
	top: 50%;
	margin-top: -175px;
}

#logo {
	display: block;
	position: absolute;
	width:519px;
	height:94px;
	left: 50%;
	margin-left: -300px;
	top: 50%;
	margin-top: -290px;
}

#links {
	display: block;
	position: absolute;
	width:900px;
	height:29px;
	left: 50%;
	margin-left: -450px;
	top: 50%;
	margin-top: 270px;
	text-align: center;
}

#links .link {
	margin-right: 30px;
	color: #FFCD4F;
	text-decoration: none;
	border-bottom: 1px solid #FFCD4F;
}

#links .link:hover {
	color: #C7520D;
	border-bottom: 1px solid #C7520D;
}
table.tech {}

td.techtop {
	border: 1px solid #5c8cad;
	background: #ffffff;
	vertical-align: middle;
	text-align: center;
	padding: 4px 7px 4px 7px;
	}

td.tech0 {
	border: 1px solid #5c8cad;
	background: #f4f4f4;
	vertical-align: middle;
	text-align: center;
	padding: 4px 7px 4px 7px;
	}

td.tech1 {
	border: 1px solid #5c8cad;
	background: #e6e6e6;
	vertical-align: middle;
	text-align: center;
	padding: 4px 7px 4px 7px;
	}

td.tech0l {
	border: 1px solid #5c8cad;
	background: #f4f4f4;
	vertical-align: middle;
	text-align: left;
	padding: 4px 7px 4px 7px;
	}

td.tech1l {
	border: 1px solid #5c8cad;
	background: #e6e6e6;
	vertical-align: middle;
	text-align: left;
	padding: 4px 7px 4px 7px;
	}