body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	background-image: url(images/page_bg.jpg);
}
#container {
	width: 860px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -300px auto auto -430px;
	background-color: #677FAF;
	border-top: thick solid #FFFFFF;
	border-bottom: thick solid #FFFFFF;
}
.aggiornamento {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
	color: #FFFFFF;
}
h1 {
	font-size: medium;
	padding: 15px;
	text-align: left;
}
ul {
	text-align: left;
	list-style-type: none;
}
li {
	height: 44px;
	background-image: url(images/arr_right_a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 0px -25px;
	padding: 0px 0px 0px 25px;
}
