/* css by pietro bassi, puzzle comunicazione */ 

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: Verdana, Geneva, Tahoma, sans-serif;
 color: #485700;
} 
a, a:visited{
color: #485700;} 

body{
background: url(img/bg_repeat.png) repeat;
}
 
#pagewidth{ 
 width:960px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:206px; 
 width:100%;
 margin-bottom: 5px;
 margin-top: 0;
} 

#header h1 span{
display: none;
}

#header h1{
width: 960 px;
height: 206px;
background: transparent url(img/h1_bg.jpg) no-repeat left top;
margin:0;
}
 
#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:960px; 
 }
 
#footer{
 height:250px; 
 clear:both;
 margin-top: 5px;
 border-top: solid 5px #485700;
 font-size: .8em;
 } 
 

 
 /* *** 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 */  

