

#testo{
	position: absolute;
	top: 150px;
	left: 0px;
	z-index: 1000;
}
#testo h1{
	font-family: Georgia;
	font-weight: 800;
	background: rgba(255,255,255,0.7);
	display: block;
	padding: 10px;
	line-height: 1.1;
}


#testo p strong{
	font-size: 22px;
}

#testo p{
	position: absolute;
	top: 0px;
	left: 710px;
	font-weight: 600;
	font: italic 22px/1.4 Georgia;
	background: rgba(255,255,255,0.7);
	display: block;
	width: 500px;
	padding: 5px 10px;
}
#link{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;	
}
#titolo{
	z-index: 1000;
	position: absolute;
	top:-80px;
	left: 400px;
	font-family: Georgia;
	font-weight: 400;
	font-size: 24px;
	background: rgba(255,255,255,0.7);
	display: block;
	width: 610px;
}

#sottotitolo{
	z-index: 1000;
	position: absolute;
	top:-34px;
	left: 510px;
	font: italic 18px/1.2 Georgia;
	background: rgba(255,255,255,0.7);
	display: block;
	width: 450px;
	padding: -0px 70px;
	}
