html,body{height:100%}
body{
	padding:0;
	margin:0;
	text-align:left;
	min-width:976px;
	color:#000;
	background-color: #1d2c3c;
}
#outer{
	height:100%;
	min-height:100%;
	width:976px;
	margin:auto;
	position:relative;
	background-image: url(../images/centre-bg.jpg);
	background-repeat: repeat-y;
}
html>body #outer{height:auto;}
#innerwrap{
	float:left;
	width:626px;
	margin:535px 0 64px 0;
}
#header{
	position:absolute;
	top:0;
	width:976px;
	height:535px;
	overflow:hidden;
	z-index:100;
	background-image: url(../images/hdr-bg.jpg);
	background-repeat:no-repeat;
}
#left{
	position:relative;
	width:200px;
	float:left;
}
#right{
	position:relative;
	width:290px;
	float:right;
	margin:535px 43px 64px 0;
	
}
#footer{
	width:976px;
	clear:both;
	height:64px;
	left:0;
	bottom:0;
	position:absolute;
	background-image: url(../images/ftr-bg.jpg);
	background-repeat:no-repeat;	
}
#clearfooter{width:100%;height:0;clear:both}
#center{
	width:590px;
	float:right;
}


#hdr-bnr{
	width: 976px;
	height: 379px;
	background-image: url(../images/bnr-bg.jpg);
	background-repeat: no-repeat;
	padding: 0 0 0 8px;
}
#hdr-bnr .covers{
	margin: 0 0 0 45px;	
}

#feas{
		
}
#feas div{
	float: left;	
	width: 170px;
	margin: 0 35px 0 0;
}
#feas div.last{
	margin: 0;	
}

#contact-info{
	background-image: url(../images/contact-info-bg.jpg);
	background-repeat: no-repeat;
	background-color: #f6cc85;
	width: 250px;
	height: 425px;
	padding: 0 20px 0 20px;
}
#contact-info h2{
	color: #000000;
	padding: 40px 0 145px 0px; 
	margin: 0;
}
#survey-btn{
	border: 1px solid #c3c3c3;
	position: absolute; 
	margin: -43px 0 0 40px;
}
