body{   
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	
	
}



#header h1{position: relative; z-index: 2; 
   	   width: 700px;
           height: 350px;
}


#header h1 span{
    position: absolute; 
    
    width: 100%;
    height: 100%;
    background: url(immagini/webik_for_a_better_web.png) no-repeat;
    } 

#header h2{font-size: 1em; font-weight: normal; color: #666666; text-align: right; margin-top: 0px; margin-bottom: 15px;}

div#container{position: relative; height: 100%;
	width: 700px;
	margin: 0 auto;
	text-align: left;

}


#dati {font-size: 0.8em; color: #666666; text-align: right;}



div#footer{ font-size: 0.9em;
text-align: center; padding: 10px;
    background-color: #336699; color: #ffffff; }
div#footer a{color: #fff;font-weight: normal; text-decoration: underline}


div#content{position: relative;
	padding: 1em;
	line-height: 1.5em;
	margin-right: 15px;
	margin-left: 15px;
}




.destra {float: right; margin-left: 15px; margin-bottom: 15px;}
.sinistra {float: left; margin-right: 15px; margin-bottom: 30px;}



