@charset "UTF-8";
.blocco {
	position:absolute;
	top:245px;
	left:50%;
	width:500px;
	height:200px;
	margin-left:-250px;
	margin-top: -100px;
}
.logo {
	text-align: center;
}
.recapiti {
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #999;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../immagini/sfondo_chiocciola.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right; 
}
