body {
	background-color: #FFFFFF;
	background-image: url(img/back_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
}
.fondo1 {
	background-attachment: scroll;
	background-image: url(img/back_all.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.testo_ordinario {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}
.titoli {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #5B5900;
}
.testo_keyword {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	font-weight: bold;
}
.box_prodottini {
	background-image: url(img/bkg_prodottini.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.testo_ordinario_piccolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
}
.titoli_piccoli {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #5B5900;
	font-weight: bold;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #669900;
	text-decoration: none;
}
a:hover {
	color: #669900;
	text-decoration: none;
}
