body {
    margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	background: #666 url(img/body.jpg) repeat-x;
	height: 660px;
}
#contenitore{
    position:relative;
     height:524px;
     width:760px;
     background:;
     margin:auto;
}
#testata{
    width: 765px;
    height: 225px;
	background: url(img/testata.jpg) bottom left no-repeat;
  
} 
#testata h1 span{
    margin: 0px; 
    display: none;
	
}
#corpo{
    height: 262px;
	width:758px;
    padding: 0px;
	background-color:#999;

}
#tabella{
margin:auto;
}
#piede{
    margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 7px;
	background-color:;
	width: 763px;
	height: 37px;
	color:#003300;
	text-align:right;
	background: url(img/piede.jpg) top left no-repeat;
}
#piede a:link{
text-decoration: none;
color:#030;

}
#piede a:active{
text-decoration: none;
color:#030;

} 
#piede a:visited{
text-decoration: none;
color:#030;
}
#piede a:hover{
text-decoration: none;
color:#fc9;

} 

