body{
	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;
	background-image: url(images/bg-body.jpg);


}

#contenitore{
	width: 700px;
	margin: 0px auto;
	text-align : left;

} 

#contenitoregrosso{
	width: 700px;
	height: 100%;
	margin: 0px auto 10px;
	text-align : center;
	background-image: url(images/bg-sfondo.gif);

}.bg-indirizzo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;


}
.bg-centro {
	background-image: url(images/centro.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

