HTML,BODY{margin:0px;padding:0px;height:100%;width:100%;}

BODY{font-family: Arial;font-size:14px;color:#000;}


#rosholding {
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	width: 100%;
	min-width: 1000px;
	width: expression(document.documentElement.clientWidth < 1000 ? "1000px" : "auto");
	background: url(images/body_bg.jpg) center 0px no-repeat;
}

.center{
	width: expression(document.documentElement.clientWidth > 1160 ? "1160px" : document.documentElement.clientWidth < 1000 ? "1000px" : "auto");
	max-width:1160px;
	margin:0 auto;position: relative;height:100%;
}


#level1{height:682px;}
#level1 .proj{color:#000;font-size:36px;font-weight: bold;right:40px;top:302px;position: absolute;}

#level1 .txt{position: absolute;right:40px;top:365px;font-size: 14px;line-height: 22px;width:500px;text-align: right;}

#level2{height:123px;background: url(images/logo.jpg) center 0px no-repeat;}

#level3{height:192px;background: url(images/dots.png) center 100% no-repeat;}

#level4{height:183px;}


.back_link{position: absolute;text-align: left;top:85px;left:20px;font-size: 16px;background: url(../../images/back_arrow.gif) 0px 6px no-repeat;padding-left:20px;color:#000;}
.back_link a{color:#d23516;text-decoration: none;}
.back_link a span{color:#000;}
.back_link a:hover{text-decoration: underline;}

#level5{height:397px;background-color: #04436c;position: relative;}
#level5 .center{max-width: none;width: 100%;background: url(images/footter_bg.jpg) center 0px no-repeat;z-index: 10;}
#level5 .bg{position: absolute;width:50%;z-index: 1;background-color:#81b2da;height:100%;overflow: hidden;top:0px;right:0px;}

#level6{height:70px;background-color: #a2d6e6;}

#footer .footer_info, #footer .footer_info a{color:#fff !important;}