body{
    background: url('images/bg.png');
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    margin: 0; padding: 0; border: 0;
    text-align: center;    
}
h1, h2 ,h3, h4, h5, h6{
    text-shadow: 0px 0px 5px rgba(0,0,0,.1);
}
a:link{text-decoration: none; color: #023D69}
a:active{color: #023D69;}
a:hover{color: #000000;}
a:visited{color: #023D69;}
a:focus{color: #023D69;}
li{ line-height:30px;}
.bottom_link{text-decoration: none; color: #023D69}
.bottom_link:active{color: #023D69;}
.bottom_link:hover{color: #023D69;}
.bottom_link:visited{color: #023D69;}
.bottom_link:focus{color: #023D69;}
#all{
    margin: 0 auto; 
    width: 1000px;
    padding-top: 10px;
}
#header{
    background: url('images/header.png');
    height: 210px;
    width: 990px;
    margin: 0 auto;
}
#logo{
    position: absolute;
    height: 210px;
    width: 210px;
    margin-left: 390px;
    background: url('images/logo.png');
}
#buttons_left{
    height: 200px;
    width: 490px;
    float: left;
}
#buttons_right{
    height: 200px;
    width: 490px;
    float: left;
}
.button{
    background: url('images/button.png');
    height: 40px;
    width: 180px;
    line-height: 40px;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    text-shadow: 0px 0px 5px rgba(0,0,0,.1);
}
.button:hover{
    background: url('images/button_hover.png');
    font-size: 14px;    
}
.button_2{
    background: url('images/button_2.png');
    height: 40px;
    width: 200px;
    line-height: 40px;
    font-size: 15px;
    cursor: pointer;    
    font-weight: bold;
    text-shadow: 0px 0px 5px rgba(0,0,0,.1);
}

.button_2:hover{
    background: url('images/button_2_hover.png');
    font-size: 14px;
}
#content{
    margin: 0px auto;     
    width: 910px;
    height: 530px; 
    color: #222;
    background: url('images/content.png');
    padding: 40px 40px 40px 40px;
    overflow: hidden;
}
#box{
    padding: 20px;
    margin: 0 auto 0;
    font-size: 14px;
}
#cont_bottom{
    background: url('images/footer.png');
    height: 60px;
    line-height: 60px;
    font-size: 13px;
    width: 990px;
    margin: 0 auto;    
}
#bar{
    height: 4px;
    width: 870px;
    background: url('images/bar.png');
    margin: 35px auto 35px;
}
.partners_img{
    border: 1px solid #004a80;
}
.orari{
    line-height: 45px;
}