html, body{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #afc5d0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url(sfondo.gif);
}
#contenitore{
   position:absolute;
	left:50%;
	top:50%;
	width: 500px;
	height: 600px;
	margin-left: -250px;
	margin-top: -300px;
	background-color: #FFFFFF;
	border: 4px double #cbd8df;
	text-align: center;
	
}
#daticliente{
	margin-top: 80px;
	margin-bottom: 80px;
}
#underconstruction{
	border-top: 1px solid #c2d2df;
	border-bottom: 1px solid #c2d2df;
	padding-top:10px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
#resnova{
	padding: 50px;
}
#resnova a:link, a:hover, a:visited, a:active{
	font-size: 15px;
	color: #095471;
	font-weight: bold;
	line-height: 40px;
	
}