div#logo {
	position: absolute;
	top:29px;
	left:354px;
	width: 176px;
	height: 135px;
	z-index:99;
	background-image: url(../img/mainlogo.gif);
}
div#middle {
	position:relative;
	min-height:590px;
	height:100%;
	height:expression(document.body.clientHeight < 590? "590px":"100%");
}
div#maincontainer {
	position:relative;
	width:862px;
	background-color:#FFFFFF;
	height:100%;
	background-image: url(../img/mainbgman.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	max-height:701px;
	min-height:580px;
	height:expression(document.body.clientHeight < 580? "580" : document.body.clientHeight > 701? "701px" : "100%");
}
div#left {
	position: absolute;
	cursor: pointer;
	left:0;
	top:0;
	width:435px;
	height:100%;
	max-height:701px;
	min-height:580px;
	height:expression(document.body.clientHeight < 580? "580" : document.body.clientHeight > 701? "701px" : "100%");
	background-image: url(../img/mainbgwom.jpg);
	background-repeat: no-repeat;
	background-position: 54px bottom;
}
div#right {
	position: absolute;
	cursor: pointer;
	right:0;
	top:0;
	width:427px;
	height:100%;
	max-height:701px;
	min-height:580px;
	height:expression(document.body.clientHeight < 580? "580" : document.body.clientHeight > 701? "701px" : "100%");
	background-image: url(../img/mainbgman.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div#partners {
	position: absolute;
	left:0;
	top:32px;
}
div#english {
	position: absolute;
	right:0;
	top:32px;
}
div#forman {
	position: absolute;
	bottom: 130px;
	left: 201px;
}
div#forwom {
	position: absolute;
	bottom: 130px;
	left: 137px;
}
div#footer {
	position: relative;
	height:80px;
	width:100%;
	background-color:#FFFFFF;
	min-width:862px;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 862? "862px":"100%");
	left:0px;
	top:-130px;
	z-ndex:99;
}
div#foottext {
	position: relative;
	width:520px;
	text-align: middle;
	height: 100px;
	padding-top:12px;
	white-space: nowrap;
}
#foottext, #foottext A {
	font: 11px Verdana, san-serif;
}
#oldsite, #oldsite A {text-align:center; font: 12px Verdana, san-serif;}
#oldsite A:hover {color: #1391e3; text-decoration: none;}
#foottext A {text-decoration: underline;}
#foottext A:hover {color: #1391e3; text-decoration: none;}
div#webwork {
	position: absolute;
	left:0px;
	top:23px;
}
body,a,div,td,input,h1{
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#89898B;
	text-decoration:none;}
a.hover{color:#1391E3;}
html, body{text-align:left; width:100%; height:100%;}
body,form,h1,h2,li{
	margin:0;
	padding:0;
}
body{background: url('/n.gif') no-repeat; background-attachment: fixed;}
img{border:none;}
.over_content{
background:white none repeat scroll 0 0;
display:none;
margin:0 auto;
padding:20px;
position:absolute;
border:1px solid lightgrey;
top:300px;
width:500px;
z-index:100;
left:30%;
}
#overlay {
	display: none;
	width: 100%; height: 100%;

	filter:alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7;
   	background: white;
	position: fixed; top: 0; left: 0; z-index: 99;
	// position:absolute;
	top: expression((document.getElementsByTagName("body")[0].scrollTop) + "px");