/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-image: url(seedling.jpg);
 background-repeat: no-repeat;
 background-position: top center;
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:350px; 
/* background-color:#FFFFFF; */
 width:100%;
} 
 
#maincol{
 /* background-color:#FFFFFF; */
 float: left; 
 display:inline; 
 position: relative; 
 width:; 
 }

#maincol2{
 /* background-color:#FFFFFF; */
 float: right; 
 display:inline; 
 position: relative; 
 width:; 
 }
 
#footer{
 height:30px; 
/* background-color:#FFFFFF; */ 
 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 */  

