@charset "utf-8";

body {
	background-color: #000000;
	background-image: url(images/sfondo.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	color: #FFFFFF;
	font-size:12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}



#logo {
	text-align: center;
	vertical-align: center;
	padding-top: 40px;
	height: 100px;
}

#logo img {
	border: 0px;
}

.noborder {
	border: 0px;
}

#sabot {
	height: 333px;
	width: 250px;
}

#footer {
	border-top: #0b1512 4px solid;
	background-color: #0d0f0f;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	height: 60px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 4px;
	font-size: 12px;
}

#ref {
	/* width: 350px; */
	text-align: justify;
}


#centro {
	text-align: center;
	vertical-align: center;
}

#striscia {
	height: 250px;
	border-top: #0b1512 4px solid;
	border-bottom: #0b1512 4px solid;
	background-color: #0c0d0d;
	background-image:url(images/bg_striscia.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	vertical-align: center;
}

#riquadro {
	height: 420px;
	border: #0b1512 4px solid;
	background-color: #0c0d0d;
	background-image: url(images/bg_corpo.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	vertical-align: center;
	margin: 20px 0px;
}

.bottone {
	width: 290px;
	margin: 5px;
	text-align: center;
}

.lista {
	width: 150px;
	margin: 5px;
	text-align: center;
	vertical-align: top;
}

.listacentro {
	margin: 5px;
	text-align: center;
}

.lista img {
	border: 0px;
	margin-bottom: 15px;
}

img.butt {
	border: #d9e0e0 8px solid;
	margin-bottom: 6px;
}