h1 {
	position: absolute;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 300px;
	margin: -150px 0 0 -150px;
}
div {
	width: 50%;
	top: 50%;
	position: absolute;
	margin: 150px 0 0 25%;
	text-align: center;
	font-family: verdana,arial,sans-serif;
	font-size: 80%;
}
a, a:link, a:visited {
	color: rgb(200,0,0);
}
a:hover, a:active {
	color: rgb(255,0,0);
}
ul, li, dl, dd, dt {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
dd,li {
	margin-bottom: 1em;
}
p.ingressi {
	font-weight: bold;
}
