@charset "ISO-8859-1";
body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	background-color: #FFF;
}
a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #F60;
	text-decoration: none;
}
#centrato {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCC;
}
#testa {
	background-image: url(img_home/hpage_01.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 1024px;
}
#menu {
	background-image: url(img_home/hpage_02.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 1024px;
}
#corpo {
	background-image: url(img_home/hpage_03_bassa.png);
	background-repeat: no-repeat;
	height: 370px;
	width: 1024px;
}
#piede {
	background-image: url(img_home/hpage_04.png);
	background-repeat: no-repeat;
	height: 77px;
	width: 1024px;
	padding-top: 30px;
}.dida {
	font-size: 9px;
}
.descrizione {
	font-size: 14px;
	text-align: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	list-style-type: circle;
}
h1 {
	color: #FFF;
	background-color: #F60;
}
h2 {
	color: #F60;
}

