body {
    font-family: georgia, helvetica, sans-serif; 
    text-align: center;
    background: url(../immagini/body_sfondo.jpg) center center repeat;
}
.no_javascript {
    
}
#corn_alta_cont {
    width:840px;
    height: 20px;
    margin: auto;
    background: url(../immagini/corn_alta_body.jpg) center center no-repeat;
}
#corn_lat_cont {
    width:840px;
    margin: auto;
    background: url(../immagini/corn_lat_body.jpg) center center repeat-y;
}
#corn_bassa_cont {
    width:840px;
    height: 20px;
    margin: 0 auto 10px auto;
    background: url(../immagini/corn_bassa_body.jpg) center center no-repeat;
}
#contenitore {
    margin: auto;
    width: 800px;
    background: url(../immagini/trama_1.jpg) 0 0;
    position: relative;
    z-index: 20;
}
#sfondo_extra {
    background: url(../immagini/riga_divisoria.png) 190px 10px repeat-y;
    }
#int_menu {
    height: 183px;
    background: url(../immagini/intestazione_sfondo.jpg) -24px -29px no-repeat;
}
#intestazione {
    width: 100%;
    height: 150px;
    background: url(../immagini/intestazione_sfondo.jpg) -20px -29px no-repeat;
}
#intestazione a img {
    border: none;
    position: relative;
}
#logo_int img{
    left: 40px;
}
#home_int img{
    left: 120px;
    top: 10px;
}
#intestazione a img {
    
}

ul#menu_utility  {
    font-size: 15px;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 33px;
    border-bottom: solid 2px black;
}

#menu_utility li {
    float: right;
    margin-right: 1px;
    width: 20%;
    height: 33px;
    line-height: 33px;
    background: url(../immagini/casella_menu_sfondo.png) 0 0 no-repeat;
    }

#menu_utility a {
    text-decoration: none;
    font-weight: bold;
    display: block;
    height: 33px;
    filter:alpha(opacity=75);
    -moz-opacity:.75;
    opacity:.75;
    color: black;
    padding-top: 3px;
}
#menu_utility a:hover {
    background: url(../immagini/casella_menu_hover_sfondo.png) 0 0 no-repeat;
        filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
    color: red;
}
#menu_utility li.left {
    float: left;
}

div#colonne {
    width: 100%;
    position: relative;
    }
#riga_divisoria {
    position: absolute;
    left: 190px;
    z-index: 1;
}
