@charset "utf-8";
*{
	margin:0;
	padding:0;
}
a{ text-decoration:none;}
body {
	background-image: url(immagini/bg_home02.gif);
	background-repeat: repeat;
	background-position: center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #871013;
	font-size: 13px;
}
.clear{ clear:both;}
#sfondo{
	background-image: url(immagini/bg_home01.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#container {
	width:990px;
	margin-left:auto;
	margin-right:auto;
}
#corpo{
	width:874px;
	margin-left:57px;
	background-image: url(immagini/sfondo_home.jpg);
	background-color: #d8ca9d;
	background-repeat: no-repeat;
	background-position: right top;
}
#titolo{
	margin-left: 20px;
}
.testo01{
	margin-top: 23px;
	width: 430px;
	float:left;
	padding-left:30px;
}
.acquista{
	padding-left: 70px;
	float:left;
}
#footer{
	background-color: #9f1318;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #d11920;
	color: #e0d2a3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	height: 20px;
	padding-top: 7px;
}
#footer a{
	color: #e0d2a3;
}
#footer a:hover{
	color: #FF6600;
}
.delta{
	width:136px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:20px;
}
