body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	background-image: url(images/bg-main.jpg);

}

#contenitore{
	width: 100%;
	margin: 10px auto;
	text-align : center;
	background-image: url(images/bg-home.jpg);
}

.bg-indirizzo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #7D6C28;
}
/* ----------------------------------- /*menu*/

div#menu a{
	text-align: center;
	color:#FFFFFF;


	font-size: 12.px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

div#menu a:hover {
	background-color: #EDE2BB;
	color:#45401F;
	font-weight: bolder;
}

div#menufooter a{
	text-align: center;
	color:#ffffff;
	font-size: 12.px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#menufooter a:hover {
	color:#45401F;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* Bottone */

.bottone{
background-image: url(../images/freccia.gif);
background-position:center;
width:13px;
height:10px;
}