body{
    background-color:#052F5F;
    margin: 0px;
    padding: 0px;
    height: 100%;
	text-align: center;
	SCROLLBAR-FACE-COLOR: #ffffff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #ffffff; 
	SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
	SCROLLBAR-ARROW-COLOR:  #ffffff; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;

}

#contenitore{
	width: 761px;
	margin: 0px auto 0px;
	text-align : left;
	background-image: url(images/bg-centro.gif);

} 

#contenitoregrosso{
    background-image: url(images/bg-centro.gif);
	width: 761px;
	height: 100%;
	margin: 0px auto;
	text-align : center;
}

.bg-indirizzo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
.bg-bot {
	background-attachment: fixed;
	background-image: url(images/bg-bot.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.bg-contenuto {
	background-attachment: fixed;
	background-image: url(images/bg-centro.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005177;
}

