/* generated by csscreator.com */ 
html, body{ 
 margin:5; 
 padding:0; 
 text-align:center; 
 background-image: url("img/sfondo.png");
} 
 
#pagewidth{ 
 width:700px;
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:197px; 
 background-color:#000000;
 background-image: url("img/header%20wolrd.png");
 width:100%;
} 
 
#maincol{
 background-color: #ffffcc;  
 float: right; 
 display:inline; 
 position: relative; 
 width:530px;
 height:600%;
 }
 
 #navigation{
  background-color: #ffffcc;
  float: left;
  width: 170px;
  height: 300px%;
 }
 
#footer{
 height:140px; 
 background-color:#FF0000; 
 clear:both;
 background-image: url("img/bottom.png");
 background-color: #ffffcc;
 } 
 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block; background-color: #ffffcc;}

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


