html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	/*background-image: url(IMG/Generiche/body_sfondo_azzurro.jpg);
	background-repeat: repeat-x;
	background-position: center top;*/
}

a {
	color: #0099FF;
	text-decoration: underline;
}

a:hover {
	color: #99CCFF;
	text-decoration: none;
}

a.dati {
	color: #0099FF;
	text-decoration: underline;
	font-size: 11px;
}

a.dati:hover {
	color: #99CCFF;
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
}

#pagina {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#pagina div#sfondo {
	height: 600px;
	background-image: url(img/sfondo_benvenuto.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

div#dati {
	padding-top: 160px;
	font-size: 13px;
	line-height: 16px;
}

div#copertine {
	height: 222px;
	background-image: url(img/copertine.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
}

div#costruzione {
	font-size: 18px;
	padding-top: 30px;
}

