body {
	margin: 0px;
	background-color:#D1CFD0;
	}
#head {
	position: absolute;
	left:0px;
	top:0px;
	height:26px;
	z-index:1;	
}
.page {
	position: absolute;
	background: #FFFFFF;
	width: 770px;
	height:430px;
	top: 0px;
	left: 50%;
	margin-left: -381px;
	z-index:8;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: right;
}
.testo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
}

a {
	color: #FB0202;
	text-decoration: none;
}