@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #111;
	color: #AAA;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
p {
	font-size: 10px;
	text-align: justify;
}
.titolo_superiore {
	font-size: 10px;
	text-align: right;
}
.colore_rosso {
	color: #D00;
}
#container #pagina {
	font-size: 10px;
	text-align: right;
}
#container {
	width: 900px;
	position: absolute;
	margin-top: -300px;
	margin-left: -450px;
	left: 50%;
	top: 50%;
}
#upper_space {
	font-size: 10px;
	color: #AAA;
	text-align: right;
}
#pagina {
	text-align: center;
	height: 500px;
}
#upper_space {
	width: 900px;
	clear: both;
	height: 50px;
}
#footer {
	width: 900px;
	text-align: right;
	font-size: 10px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	list-style-type: none;
	display: inline;
	margin-right: 0px;
	margin-left: 20px;
}
#footer a {
	color: #AAA;
	text-decoration: none;
}
#footer a:hover {
	color: #DDD;
	text-decoration: none;
}
a:link {
	color: #AAA;
	text-decoration: none;
}
a:visited {
	color: #DDD;
	text-decoration: none;
}
a:hover {
	color: #DDD;
}
