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

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


#magnificence {
	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: #000000 url(images/bg.jpg) center 0px no-repeat;
}

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


#level1{height:423px;}
#level1 .proj{position: absolute;right: 40px;text-align: right;top: 246px;}
#level1 .proj .name {font-size: 36px;font-weight: bold;margin-bottom: 16px;color:#ffffff;}
#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;}

#level2{height:240px;}
#level2 .center{margin:0px;max-width:780px;width: expression(document.documentElement.clientWidth > 990 ? "990px");min-width: 615px;width: auto !important;}
#level2 .black_bg{height:100%;position: relative;background-color: #000000;}
#level2 .log{float:left;width:306px;height:136px;background: url(images/logo.png) 0px 0px no-repeat;margin-left:60px;margin-top:52px;}
#level2 .txt{float:right;text-align:right;line-height: 24px;font-size: 16px;color:#ffffff;margin-top:0px;margin-left:-391px;width:100%;}
#level2 .txt table{margin-left:60%;margin-right: 25px;}
#level2 .txt table td{vertical-align: middle;height:240px;}
#level3{height:605px;}


.back_link{position: absolute;text-align: left;bottom:120px;left:40px;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;}