body {
	background-color: #000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a:link {
	color: #FF0507;
	text-decoration: none;
}


#logo img {
	margin-right: auto;
	margin-left: auto;
	width: 720px;
}
.main {
	margin-right: auto;
	margin-left: auto;
	width:684px;
}
#pagina {
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	margin-top: 0px;
}
body {
	margin: 0px;
	padding: 0px;
}

#pagina #footer {
	text-align: center;
	font-size: 0.8em;
	color: #999999;
	text-decoration: none;
	padding-top: 5px;
	height: 20px;
}
#pagina #logo {
	background-color: #000000;
	background-image: url(images/logo_black_small.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
}

#pagina #menu {
	width:190px;
}
#pagina #contenuto {
	width:400px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #FF0700;
	border-right-color: #FF0700;
	border-bottom-color: #FF0700;
	border-left-color: #FF0700;
	border-bottom-style: solid;
}
#pagina #menu ul {
	text-align: right;
	list-style-type: none;
	margin-right:5px;
}
a:visited {
	color: #DB0406;
}
.contatti {
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	font-size: 0.8em;
	margin-top: 40px;
}
