.sfondo_pagina {
	background-attachment: scroll;
	background-image: url(/immagini/sfondo_pagina.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #71571C;
}
.dx {
	background-attachment: fixed;
	background-image: url(/immagini/dx.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.sx {

	background-attachment: fixed;
	background-image: url(/immagini/sx.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.top {
	background-attachment: scroll;
	background-image: url(/immagini/top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.dx_bottom {
	background-attachment: scroll;
	background-image: url(/immagini/dx_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.sx_bottom {

	background-attachment: scroll;
	background-image: url(/immagini/sx_bottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.sfondo_tabella {
	background-attachment: scroll;
	background-image: url(/immagini/sfondo_tabella.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.menu_sx {
	font-family: "Monotype Corsiva";
	font-size: 16px;
	color: #FFFFFF;
}
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.sfondo_img_prodotto {
	background-attachment: scroll;
	background-image: url(/immagini/prodotti/sfondo_img_prodotto.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.bordo-img {
	border: 1px solid #450102;
}
.testo-nero {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

