body{
    background-image:url(images/bg-body.gif);
	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: 700px;
	margin: 0px auto 0px;
	text-align : left;
} 

#contenitoregrosso{
	width: 700px;
	height: 100%;
	margin: 0px auto;
	text-align : center;
	background-image:url(images/bg-tabella.gif)
}

.bg-indirizzo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
.bg-contenuto {
	background-image: url(images/bg-contenuto.gif);
	background-position: top;
}
.bg-menu {
	background-image: url(images/bg-menu.gif);
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
	text-align: justify;
}

