body {
	background-image: url(img/sfondo.jpg);
	background-repeat: repeat;
}
body,html { height:100%}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	color: #000000;
}
#box {
	width:100%;
	height:490px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top: -245px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -50%;
	background-image: url(img/righe_di_sfondo.gif);
	background-repeat: repeat-x;
}


#centro {
	width:744px;
	height:490px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top: -244px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -372px;
	background-color: #A1C652;
	border: 3px solid #000000;
}
.sfondo {
	background-image: url(img/logo_interno.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	padding: 15px;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.grassetto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.piedino {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.grassetto {
	font-weight: bold;
}
.sfondo_mappa {

	background-image: url(img/logo_interno.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	padding: 15px;
}

