/* CSS Document */
body{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image: url(immagini/back.jpg);
}

#titolone{
	text-align:center;
	font-size: 14pt;
}
.negozio {
	float: left;
	height: 75px;
	width: 250px;
	text-align: center;
}
#box_negozio {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#in_costruzione {
	width: 760px;
	text-align: center;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
