body{   
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	
	
	
}



#header h1{position: relative; z-index: 2; font-size: 0.5em; 
   	   width: 500px;
           height: 350px; margin-top: 10%;
}


#header h1 span{
    position: absolute; 
    
    width: 100%;
    height: 100%;
    background: url(immagini/mago-max.jpg) no-repeat;
    } 



div#container{position: relative; height: 100%;
	width: 500px;
	margin: 0 auto;
	

}


#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;}


