body{
text-align: center;
margin: 0px;
padding: 0px;
background-image:url(../img/linea-lunga.jpg);
}

#contenitore{
width: 100%;
height: 100%;
margin: 0px auto;
text-align: left;
}
 
#colonna-foto{
width: 100%;
/*height: 365px;*/
background-image:url(../img/linea-sfondo-piccola.jpg);
margin: 0px auto;
position: absolute;
top:30%;
text-align:left;
}

#riquadro-foto{
width: 556px;
height: 358px;
margin: 0px auto;
text-align: left;
}

#logo{
width: 554px;
height: 41px;
margin: 0px auto;
text-align: left;
text-align:center;
}

#foto{
width: 556px;
height: 287px;
margin: 0px auto;
text-align: left;
border-bottom: 1px solid;
border-bottom-color:#FFFFFF;
border-top: 1px solid;
border-top-color:#FFFFFF;
}

#img {
width: 110px;
height: 287px;
border-left: 1px solid;
border-left-color:#FFFFFF;
float:left;
}

#img-right {
width: 110px;
height: 287px;
border-left: 1px solid;
border-left-color:#FFFFFF;
border-right: 1px solid;
border-right-color:#FFFFFF;
float:left;
}



