body {
	background-color: #2E2E2E;
	background-image : url(immagini/metal.jpg);
	background-repeat: repeat-x;
	background-attachment : fixed;
	font : 18px Eurostile, Verdana, Geneva, Arial, Helvetica, san-serif;
	color: white;
}

a:link {
	text-decoration : none;
	color : white;
}

a:visited {
	text-decoration : none;
	color : white;
}

a img {
	border: none;
}

div#contenuti {
	background-color : #E2ECF5;
	font : 13px Verdana, Geneva, Arial, Helvetica, san-serif;
	color : black;
}