@charset "utf-8";
/* CSS Document */

body{
background-color:#d9dcde;
margin: 0px;
padding: 0px;
width: 100%;
text-align:center;
}

#corpo{
margin: auto;
}

#top{
margin: auto;
background-image:url(img/top.jpg);
background-repeat:no-repeat;
width:900px;
height:197px;
}

#menu{
margin: auto;
background-image:url(img/menu.jpg);
background-repeat:no-repeat;
width:900px;
height:28px;
}

#centrale{
margin: auto;
background-image:url(img/centrale.jpg);
background-repeat:no-repeat;
width:900px;
height:370px;
}

#centrale_produzione{
margin: auto;
background-image:url(img/centrale_produzione.jpg);
background-repeat:no-repeat;
width:900px;
height:370px;
}

#centrale_offerte{
margin: auto;
background-image:url(img/centrale_offerte.jpg);
background-repeat:no-repeat;
width:900px;
height:951px;
}

#footer{
margin: auto;
background-image:url(img/footer.jpg);
background-repeat:no-repeat;
width:900px;
height:43px;
}

#testo_footer{
margin: auto;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#CCCCCC;
width:780px;
height:43px;
font-size:11px;
}

#testo_menu{
text-align:left;
padding-left:452px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}