/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ 
 max-width:100%;  

 min-width:640px;  
}
 
#header{
	position:relative;
	height:140px;
	background-color:#eeeeee;
	width:100%;
	bottom: 1px;
} 
 
#maincol{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	left: 0px;
	width: 100%;

 }
 
#footer{
	/*
height:60px; 
  background-color:#EEEEEE; 

margin-top:-60px; 


 clear:both;
 }
*/
 
   position:absolute;
	bottom:0;
	width:100%;
	height:60px;
	background-color: #EEEEEE;
}
 
 


#spacer{
 height:40px; 
 	width:100%;

  background-color:#EEEEEE; 
 clear:both;
 } 



 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  

