body {
	background-image: url(images/sfondo.gif);
	background-repeat: repeat;
	padding: 0px;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#contenitore {
	background-color: #000000;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 89px;
}
#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 151px;
}

.elenco_brani a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.elenco_brani a:hover {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
