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

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

#wrap{background: url(images/body_bg.png) 0px 0px repeat-x;}

#ai {
	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/bg.jpg) center 0px no-repeat;
	
}

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

#level1{height:522px;}
#level1 .proj{width:39%;position: absolute;right:20px;top:250px;text-align: right;}
#level1 .proj .name{font-size: 36px;font-weight: bold;margin-bottom: 64px;}
#level1 .proj .descr{font-size: 16px;line-height: 24px;}

#level1 .logo{display: block;width:538px;height:202px;background: url(images/logo.png) 0px 0px no-repeat;position: absolute;top:325px;left:30px;}


#level2{height:244px;}
#level2 .logo2{width:494px;height:83px;background: url(images/logo2.png) 0px 0px no-repeat;position: absolute;left:30px;top:85px;}

#level3{height:802px;position: relative;}
#level3 .logo3{width:524px;height:137px;background: url(images/logo3.png) 0px 0px no-repeat;position: absolute;top:0px;left:30px;}
#level3 .txt{position: absolute;top:310px;left:30px;font-size: 16px;line-height: 24px;width:47%;}
#level3 .txt p{margin-bottom: 30px;color:#000000;}
#level3 .cup{background: url(images/cup.png) 0px 0px no-repeat;width:855px;height:471px;top:87px;right:0px;position: absolute;}

.back_link{position: absolute;text-align: left;bottom:120px;left:30px;font-size: 16px;background: url(../../images/back_arrow.gif) 0px 8px no-repeat;padding-left:20px;z-index: 100;}
.back_link a{color:#d23516;text-decoration: none;}
.back_link a span{color:#d23516;}
.back_link a:hover{text-decoration: underline;}