@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(../immagini/fondo-ind.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bb {
	padding-top: 80px;
	text-align:center;
}
.scri{
	padding-top: 240px;
	text-align:center;
}
.indirizzo {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding-top:100px;
}.menu {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

