@charset "utf-8";
/* CSS Document */

body {
background-image: url(img/sfondo.jpg);
background-repeat: repeat-x;
margin: 0;
padding: 0;
width: 100%;
text-align:center;
}


#footer{
margin: auto;
height:58px;
width:912px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#663300;
background-image: url(img/footer.png);
background-repeat:no-repeat;
}

#corpo{
margin: auto;
background-image: url(img/corpo.png);
background-repeat: repeat-y;
margin:auto;
}

#top{
font-family:'Lucida Sans Unicode';  
color:#FFFFFF; 
font-size:10px;
margin: auto;
height:208px;
width:912px;
background-image: url(img/top.png);
background-repeat: no-repeat;
}
#sottomenu{
margin: auto;
height:26px;
width:912px;
background-image: url(img/sottomenu.png);
background-repeat: no-repeat;
}
#menu{
margin: auto;
height:33px;
width:912px;
background-image: url(img/base_menu.png);
background-repeat: no-repeat;
text-align:left;
}

table{
margin: auto;
text-align:center;
}

div{
/*margin: auto;*/
text-align:center;
}


#bottoni{
font-family:'Lucida Sans Unicode'; 
color:#FFFFFF; 
text-align:left; 
font-size:14px; 
padding-left:35px;
}

#sfondo_bottoni{
background-image:url(img/bottoni.png);
height:32px;
width:624px;
}
