html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:1024px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	position:relative;
	height:413px;
	background-color:#FFFFFF;
	width:100%;
} 
 
#maincol{
	background-color: #FFFFFF;
	float: right;
	display:inline;
	position: relative;
 width:; 
	width: 1024px;
 }
 
#footer{
 height:150px; 
  background-color:#FFFFFF; 
 clear:both;
 } 
 



.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.maintext{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #606D7B;
	text-align: center;
	padding-right: 40px;
	padding-left: 40px;
	line-height: 24px;
}

