#home{
    margin-left:auto;
    margin-right:auto;
    width:1000px;
    height:635px;
    background-color:transparent;
    background-repeat:no-repeat;
    background-position:top center;
    margin-top:-57px;
    z-index:1;
}

#home_container{
    /*clear:both;*/
    height:100%;
    width:1000px;
    margin:10px auto 0 auto;
    position:relative;
    /*z-index:1;*/
}

#bg_mask{
    margin-left:auto;
    margin-right:auto;
    width:100%;
    height:660px;
    background:transparent url(../img/mask.png) no-repeat top center;
    margin-top:-645px;
    z-index:10;
}
#footer{margin-top:0;}
.box{
    background:transparent url(../img/box/box.png) top left no-repeat;
    float:left;
    width:164px;
    height:166px;
    z-index:30;
    position:absolute;
    /*overflow:hidden;*/
}
    .box h3{
        font-size:13px;
        line-height:36px;
        color:white;
        height:30px;
        font-weight:bold;
        text-align:center;
        cursor:move;
        background-color:transparent;
        padding:0;
        text-transform:uppercase;
        text-shadow:none;
    }
    .box_inside{
        margin:0 8px 5px 7px;
        font-size:10px; height:127px;
    }
    .box_inside.padding{padding:0 4px;}

/*Box orrizontali*/
#box_news{
    top:484px;left:37px;
}
#box_home{
    top:325px;left:37px;
}
#box_foto{
    top:484px;left:195px;
    text-align:center;
}
#box_video{
    top:484px;left:356px;
}
#box_tariffe{
    top:484px;left:517px;
}
#box_partner{
    top:484px;left:676px;
}

/*Box verticali*/
#box_meteo{
    top:9px;left:836px;
}
#box_webcam{
    top:168px;left:836px;
}
#box_tragitto, #box_home{
    top:325px;left:836px;
}
#box_trans, #box_pavillon{
    top:484px;left:836px;
    cursor:move;
}
#box_trans{
    background: transparent url(../img/box/box_bg_transmontblanc.png) top left no-repeat;
}
    #box_trans p{
        padding:95px 17px 0 17px;
        font-size:9px;
        font-weight:bold;
    }
    #box_trans a{
        color:#fff;
    }