div#container{
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
width:480px;
}
div#containerpiccolo{
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
width:235px;
}

div#superiore{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-image: url(images/superiore.gif);
background-position: left top;
background-repeat: no-repeat;
height: 15px;

}
div#centro{
margin: 0px 0px 0px 0px;
padding: 0px 15px 0px 10px;
background-image: url(images/centro.gif);
background-position:  left  top;
background-repeat: repeat-y;
height:10px;
text-align:justify;
}
div#centropiccolo{
margin: 0px 0px 0px 0px;
padding: 0px 15px 0px 10px;
background-image: url(images/centropiccolo.gif);
background-position:  left  top;
background-repeat: repeat-y;
height:10px;
text-align:justify;
}
div#inferiore{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-image: url(images/inferiore.gif);
background-position: left   top;
background-repeat: no-repeat;
height:20px;
}
div#inferiorepiccolo{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-image: url(images/inferiorepiccolo.gif);
background-position: left   top;
background-repeat: no-repeat;
height:20px;
}
div#firma{
margin: 20px auto 0px auto;
padding: 6px;
width:475px;
text-align:right;
}
div#firma a:link{
color:#369;
font-size:10px; 
font-weight:bold;
text-decoration:none;
}
div#firma a:visited{
color:#369;
font-size:10px; 
font-weight:bold;
text-decoration:none;
}
div#firma a:hover{
color:#f60;
font-size:10px; 
font-weight:bold;
text-decoration:none;
}