@charset "UTF-8";
/* CSS Document */
body {
	background:#F4F1EA;
	
}


#header{
	background-image:url(img/sito.png);
	background-repeat:no-repeat;
	background-position:center;
	height:390px;
	text-align:center;
	padding:50px 0 50px 0;
}


.social{
	width:185px; 
	height:25px;
	margin-left:auto;
	margin-right:auto;
}


.icone{
	float:left;
	margin-right:15px;
	width:25px;
	height:25px;
	
}

.icone-a{
	float:left;
	width:25px;
	height:25px;
	
}


.contatti{
	width:160px; 
	height:10px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	background-image:url(img/testo.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:
}




