body {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 9pt;
	color: #333333;
	background-color: #eeeeee;
}

div#testa{
height: 150px;
width: 100%;
margin-left: auto;
margin-right: auto;
background-image: url('/images/sfondo-testa.gif');
background-repeat: x-repeat;
padding-left: 20px;
}

div#corpo{
width: 90%;
position: absolute;
top: 240px;
padding-bottom: 60px;
padding-left:50px;
padding-right: 50px;
}

div#mappa{
height: 30px;
position: absolute;
top: 200px;
width: 100%;
margin-left: auto;
margin-right: auto;
background-image: url('/images/sfondo-mappa.gif');
background-repeat: x-repeat;
}

div#piede
{
	height: 25px; width: 100%; position: fixed; bottom: 0px; clear: both; border-spacing: 0px; padding: 0px; background-color: #cccccc; vertical-align: text-bottom; border-top: 1px solid #333333;
}

input{
	font-size: 8pt;
}

img
{
	border: 0px;
}
a
{
	color: #333333;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: #800000;
}