body, html {
	height: 100%;
	margin: 0;
	background-color: #F6F6F6;
} 

#container_intro {
	width: 500px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -250px;
	background-image: url(../image/intro_backgroud.jpg);
	background-repeat: no-repeat;
}

#intro_datiditta {
	margin-top: 220px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
}

#intro_datiditta a {
	color: #333333;
	font-style: normal;
	text-decoration: none;
}

#intro_datiditta a:hover {
	color: #990000;
	text-decoration: underline;
	font-style: normal;
}
