@charset "utf-8";
/* CSS Document */
body 
{
background-color:#000000;
background-image:url(images/sfondo.jpg);
background-position:center;
background-repeat:no-repeat;
}
a:link {color: #CCCCCC}
a:visited {color: #CCCCCC}
a:hover {color: #FFFFFF}
a:active {color: #FFFFFF}

.corpo {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#CCCCCC;
}
.Stile1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
.modulo {
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
}
.button_home a {
display: block;
width: 100px;
height: 20px;
background: url(images/menu/home.jpg) no-repeat top left;
}
.button_home a:hover {
background-position: top right;
}
.button_azienda a {
display: block;
width: 100px;
height: 20px;
background: url(images/menu/azienda.jpg) no-repeat top left;
}
.button_azienda a:hover {
background-position: top right;
}
.button_servizi a {
display: block;
width: 100px;
height: 20px;
background: url(images/menu/servizi.jpg) no-repeat top left;
}
.button_servizi a:hover {
background-position: top right;
}
.button_contatti a {
display: block;
width: 100px;
height: 20px;
background: url(images/menu/contatti.jpg) no-repeat top left;
}
.button_contatti a:hover {
background-position: top right;
}
.button_gallery a {
display: block;
width: 100px;
height: 20px;
background: url(images/menu/gallery.jpg) no-repeat top left;
}
.button_gallery a:hover {
background-position: top right;
}