/* CSS Document */

body {
	overflow:hidden;
}

div.backg {
	position: absolute;
	width: 1920px;
	height: 1200px;
	left: 50%;
	top: 50%;
	margin-left: -960px;
	margin-top: -600px;
	background-image: url(../img/backg.png);	
	}
	
div.content {
	position: absolute;
	width: 970px;
	height: 410px;
	left: 50%;
	top: 50%;
	margin-left: -485px;
	margin-top: -160px;
	text-align: center;
	}	
div.header {
	position: absolute;
	width: 960px;
	height: 140px;
	left: 50%;
	top: 50%;
	margin-left: -495px;
	margin-top: -300px;
	}	
div.footer {
	position: absolute;
	width: 960px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin-left: -495px;
	margin-top: 260px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
	color: #666;
	}		
	
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666;
	text-align: left;
}
.titoli {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #69F;
	font-size: 36px;
	text-align: center;
}
.contacttext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #666;
	text-align: center;
}

