@charset "UTF-8";
.blocco {
	position:absolute;
	top:245px;
	left:50%;
	width:500px;
	height:200px;
	margin-left:-250px;
	margin-top: -100px;
}
.blocco2 {
	position:absolute;
	top:5px;
	left:50%;
	width:500px;
	margin-left:-250px;
}
.blocco_icone {
	position:relative;
	width:88px;
	height:32px;
}
.blocco_icone2 {
	position:relative;
	left:50%;
	width:88px;
	height:32px;
	margin-left:-44px;
}
.logo {
	text-align: left;
}
.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; 
}
#icona_facebook {
	position: relative;
	float:left;
	width:40px;
}
#icona_twitter {
	position: relative;
	float:left;
	width:40px;
}
#icona_youtube {
	position: relative;
	float:left;
	width:40px;
}
