html{
margin: 0;
padding:0;
}
body{
	font-family: arial,sans-serif;
	font-size: 76%;
	text-align: center;
	margin: 0;
	padding:0;
	background-color: #000000;
}

/* inizio container */
#container{
	position:relative;
	width: 800px;
	margin: 0 auto;
	text-align: justify;
}
/* fine container */

/* inizio header */
#container #header{
	height: 200px;
}
/* fine header */
#container #footer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
}
#container #footer a{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#container #footer a:hover{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #867314;
	text-decoration: none;
}
