
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-image:url(../images/back_fundo.jpg);
 background-repeat:repeat-x;
 background-color:#0a0809;
} 
 
#pagewidth{ 
 width:960px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 

 
#maincol{  
 float: left; 
 position: relative; 
 background-image:url(../images/home_final.jpg);
 background-repeat:no-repeat;
 border:none;
 width:960px;
 height:780px;
 }
 

 
 /* *** Float containers fix:
  *** */ 
.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 */  


