div#container {
	width: 1024px;
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

body {
	background: url("immagini/headersfondo.gif");
	background-color: #fff;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
	font-family: arial;
	font-size: 24px;
	color: #999999;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a.menu:link {
	font-family: arial;
	font-size: 24px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

a.menu:hover {
	font-family: arial;
	font-size: 24px;
	font-weight: normal;
	color: #dbe120;
	text-decoration: none;
}

a.menu:active {
	font-family: arial;
	font-size: 24px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

a.menu:visited {
	font-family: arial;
	font-size: 24px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

