html {
	height: 100%;
	margin: 0;
}

body {
	background-color: #ffffff;
	font-family: Arial, sans-serif, Helvetica, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	margin-top: 0;
	margin-left: 0;
	position: absolute;
	color: #000000;
	left: 50%;
	margin-left: -320px;
}

img {
	border: 0;
	margin: 0px;
}

a:link, a:visited, a:active{
	color: #bc9200;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #f10019;
	font-weight: bold;
	text-decoration: none;
}

#contenuto {
    width: 640px;
    margin-top: 40px;
}
