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

BODY{font-family: Arial;font-size:14px;color:#2f2f2f;background: #109ec8 url(images/body_bg.png) 0px 0px repeat-x !important;}


#scf {
	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/pattern.png) 0px 0px;
}

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

#parallax {position:relative; overflow:hidden; width:100%; height:1775px;z-index: 50;}

#parallax .p1{position: absolute;bottom:0px;width:1546px;height:1820px;}
#parallax .p1 img{position: absolute;bottom:0px;}

#parallax .p2{position: absolute;bottom:0px;width:907px;height:620px;}
#parallax .p2 img{position: absolute;bottom:0px;margin-left: 70px;}

#parallax .p3{position: absolute;bottom:0px;width:1100px;height:620px;}
#parallax .p3 img{position: absolute;bottom:0px;margin-left:-100px;}

#scf_cont{position: absolute;width:100%;left:0px;z-index: 100;}
#scf_cont .center{overflow: visible !important;}
#scf_cont .round1{position: absolute;width:334px;height:334px;background: url(images/round_1.png) 0px 0px no-repeat;right:62px;top:386px;}
#scf_cont .round2{position: absolute;width:389px;height:389px;background: url(images/round_2.png) 0px 0px no-repeat;left:20px;top:575px;}
#scf_cont .round3{position: absolute;width:268px;height:268px;background: url(images/round_3.png) 0px 0px no-repeat;left:50%;top:780px;}
#scf_cont .round4{position: absolute;width:251px;height:251px;background: url(images/round_4.png) 0px 0px no-repeat;left:26%;top:1064px;}
#scf_cont .txt1{width:400px;position: absolute;top:324px;color:#ffffff;font-size: 16px;line-height: 24px;left:40px;}


#scf_cont .proj{position: absolute;right: 40px;text-align: right;top: 246px;}
#scf_cont .proj .name {font-size: 36px;font-weight: bold;margin-bottom: 16px;color:#ffffff;}
#scf_cont .proj .lnk{font-size: 14px;line-height: 24px;}    
#scf_cont .proj .lnk a{font-weight: bold;color:#d23516;text-decoration: none;}
#scf_cont .proj .lnk a:hover{text-decoration: underline;}


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

#footer{z-index: 150 !important;}