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

BODY{font-family: Arial;font-size:14px;color:#000000;background: #ffffff url(images/level2_bg.gif) 0px 923px repeat-x;}


#adf {
	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 > 1072 ? "1072px" : document.documentElement.clientWidth < 1000 ? "1000px" : "auto");
	max-width:1072px;
	margin:0 auto;position: relative;height:100%;
}

#level1{height:1481px;background: url(images/screen1.jpg) center 100% no-repeat;}
#level1 .proj{position: absolute;right: 40px;text-align: right;top: 246px;}
#level1 .proj .name {font-size: 36px;font-weight: bold;margin-bottom: 16px;}
#level1 .proj .lnk{font-size: 14px;line-height: 24px;}    
#level1 .proj .lnk a{font-weight: bold;color:#d23516;text-decoration: none;}
#level1 .proj .lnk a:hover{text-decoration: underline;}

#level1 .txt1{top: 452px;left: 0;position: absolute;text-align: left;font-size: 16px;line-height: 24px;padding-left:38px;}
#level1 .txt1 .zag{font-size:48px;margin-bottom: 25px;}
#level1 .txt1 p{font-size: 16px;line-height: 24px;padding-right: 100px;}


#level2{height:763px;background: url(images/screen2.jpg) center 0% no-repeat;}
#level2 .txt1{position: absolute;z-index: 55;right:18px;top:235px;width:295px;font-size: 16px;line-height: 24px;}


#level3{height:612px;background: url(images/screen3.jpg) center 0% no-repeat;}


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