HTML {
 height:100%;
}
BODY {
 text-align:center; 
 height:100%; 
 background-color:#cc9933; 
 font-family:verdana, helvetica, sans-serif;
}
A:link    { 
 color: #cc6600;
 text-decoration:none; 
}
A:hover   { 
 color: #cc9933;
 text-decoration:none; 
}
A:active  {
 color: black;
 text-decoration:none; 
}
A:visited { 
 color: #cc9933; 
 text-decoration:none;
}
#container { 
 width:700px; 
 margin-left: auto; 
 margin-right: auto; 
 background-image:url('image/sfondo.gif');
}
#page { 
 padding-left:50px; 
 font-size:12px; 
 margin:0px;
}
#corpo { 
 margin:0px; 
 border-bottom:1px solid #cc6600; 
 color:#663300;
 text-align:justify;
 line-height:140%; 
 padding-top:10px; 
 padding-left:30px; 
 padding-right:30px; 
 padding-bottom:10px; 
}
#immagine {
float:right; 
} 
#footer {
font-size:xx-small;
padding-left:50px;
} 
#footer a:hover, #footer a:link,#footer a:visited{
	color:#000
}
