@charset "UTF-8";
#contatti {
	width:700px;
	height:499px;
	float:right;
	background:url(img/sfondo_contatti.jpg);
}
#box_contatti {
	margin-left:5px;
	float:left;
	width:345px;
	height:25px;
	background:#666;
}
#testo_contatti {
	margin-left:10px;
	float:left;
	text-align:center;
	width:350px;
	height:180px;
	color: #999;
	font-size:12px;
}
#box_mail {
	margin-left:5px;
	float:left;
	width:325px;
	height:25px;
	background:#666;
}
#testomail {
	color: #999;
	font-size:12px;
	margin-left:8px;
	text-align:center;
	width:330px;
	float:left;
	height:180px;
}
#box_telefono {
	margin-left:10px;
	float:left;
	width:345px;
	height:25px;
	background:#666;
}
#testo_telefono {
	margin-left:10px;
	text-align:center;
	float:left;
	width:350px;
	height:180px;
	color: #999;
	font-size:12px;
}
#box_skype {
	margin-left:5px;
	float:left;
	width:325px;
	height:25px;
	background:#666;
}
#testo_skype {
	margin-left:10px;
	float:left;
	width:330px;
	height:180px;
	color: #999;
	font-size:12px;
}

