@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0px;
	background-color: #CCCCCC;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.scelta {
	color: #FFFFFF;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a.scelta:link {
	color: #FFFFFF;
text-decoration: none;
}
a.scelta:visited {
	color: #FFFFFF;
text-decoration: none;
}
a.scelta:hover {
	color: #FFFF00;
	text-decoration: none;
}
a.scelta:active {
	color: #FFFFFF;
text-decoration: none;
}
div#wrapper {
	height: 0px; /* set to taste */
	/* required */
	position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
	left: 0px;
	top: 50%;
}
div#center {
	overflow: auto; /* set to taste */
	position: absolute; /* required */
	left: 50%; /* required */
	margin-left: -450px; /* half of width */
	width: 900px; /* width of div */
	height: 600px; /* height of div */
	top: -300px;
}
x

