/* CSS Document */
#contenuti {
background-repeat: repeat-y;
}
#contenuti2 {
background-position: bottom;
background-repeat: no-repeat;
}
#contenuti3 {
background-position: center;
background-repeat: no-repeat;
}

img#destro {
float: right; 
margin: 3px 3px 3px 3px;
}

img#sinistro {
float: left; 
margin: 0px 0px 0px 0px;
}
