body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(img/sfondo_nero.png);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	margin: 0px;
}
a {
	color: #888888;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.tasti_footer {
	font-size: 12px;
	color: #FFCC00;
}
#top {
	background-color: #333333;
	height: 10px;
	width: 900px;
	left: auto;
	right: auto;
	padding-right: 50%;
}
hr {
	color: #FFCC00;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
