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

body {
 background-color:#6b0709;
 font-family:Arial, Helvetica, sans-serif;
}
#corpo_centro {
 background-image:url(sfondo_centro.png);
 background-position:left top;
 background-repeat:repeat-y;
 border-width:0px;
 margin:0px auto 0px auto;
 overflow:hidden;
 padding:0px 45px 0px 35px;
 width:550px;
}
#corpo_sopra {
 background-image:url(sfondo_sopra.png);
 background-position:left top;
 background-repeat:no-repeat;
 border-width:0px;
 height:35px;
 margin:0px auto 0px auto;
 overflow:hidden;
 padding:0px;
 width:630px;
}
#corpo_sotto {
 background-image:url(sfondo_sotto.png);
 background-position:left top;
 background-repeat:no-repeat;
 border-width:0px;
 height:125px;
 margin:0px auto 0px auto;
 overflow:hidden;
 padding:0px;
 width:630px;
}
#corpo_sotto_link a {
 display:block;
 height:125px;
 text-decoration:none;
 width:630px;
}
#corpo_sotto_link a_active {
 text-decoration:none;
}
