body{
text-align:center;
padding: 0px;
background: #B9B9B9;
}

#contenitore{
position: relative;
margin:auto;
width: 980px;
height: auto;
background: url(background_prenotazione.png);
}


#header{
position: relative;
width: 980px;
height: auto;
font-family: Arial;
font-size: 30px;
color: white;
}

#foto_alto_sinistra{
position: relative;
float: left;
margin-left:20px;
margin-top:30px;
width: 410px;
height: 350px;
background: url(immagine_alta.png) no-repeat;
}

#foto_alto_destra{
position: relative;
margin-left:630px;
width: 329px;
height: 385px;
background: url(busta.png) no-repeat;
}

#logo{
position: relative;
float: left;
margin-left: -145px;
margin-top: 60px;
width: 360px;
height: 97px;
background: url(logo.png) no-repeat;
}

#spazio{
position: relative;
width: 0px;
height: 80px;
background: blue;
}

#main{
position: relative;
width: 980px;
height: auto;
text-align: center;
}

#footer{
position: relative;
width: 980px;
height: 50px;
font-family: Arial;
font-size: 14px;
color: white;
}

.footer{
font-family: Arial;
font-size: 14px;
color: white;
text-decoration: none;
}

.footer:visited{
font-family: Arial;
font-size: 14px;
color: white;
text-decoration: none;
}
