body {
	font-size: 11px; 
	font-family: Arial;
	color: #666666;
	margin: 0px auto;
	text-align: justify;
	background-image: url(../images/bg.jpg);
}

a:link {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: underline;
}

a:visited {
	color: #006699;
	text-decoration: none;
}

.azzurro {
	color: #006699;
	text-align: left;
	padding-right:10px;
}

.centraADV {
	text-align: center;
	position: Absolute;
	top: 50%;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	height: 600px;
	margin-top: -300px;
}

