body {
	background-attachment: fixed;
	background-image: url(sfondo.jpg);
	background-repeat: no-repeat;
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-SHADOW-COLOR: #C8C8C8; 
	SCROLLBAR-ARROW-COLOR: #990000; 
	SCROLLBAR-BASE-COLOR: #666666; 
	scrollbar-3d-light-color: #990000;
	scrollbar-dark-shadow-color: #990000
}

.SFContenutoTop{
	background: url(../../img/SF_contenuto-top.gif) no-repeat right top;
}

.SFContenutoLato{
	background: url(../../img/SF_contenuto-lato.gif) repeat-y right 5px;
	font-size: 12px;
	color: #666666;
	text-align: justify;
}

.SFContenutoFooter{
	padding-top: 5px;
	background: url(../../img/SF_contenuto-footer.gif) no-repeat right top;
}

