


#content {
margin-left: auto;
margin-right: auto;
}


#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 593px;
height: 330px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: left;
text-align: left;


margin-left: 20px;
margin-right: auto;

}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 429px;
height: 348px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: right;
text-align: left;
padding-left:20px;

}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 429px;
height: 310px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: right;
text-align: left;
padding-left:20px;

}

#scroll_dintorni {
/* Typical fixed height and fixed width example */
width: 429px;
height: 345px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: right;
text-align: left;
padding-left:20px;
margin-right: auto;

}

#scroll_servizi {
/* Typical fixed height and fixed width example */
width: 340px;
height: 343px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: right;
text-align: left;
padding-left:0px;
margin-top:10px;
padding-right:10px;

}



#scroll_winebar {
/* Typical fixed height and fixed width example */
width: 340px;
height: 343px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: right;
text-align: left;
padding-left:0px;
margin-top:10px;
padding-right:10px;

}




.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

