* {
	margin: 0;
	padding: 0;
}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
	overflow: scroll;
	scroll = "yes" /*elimino le scrollbar in IE*/
}
img {
	border: none;
}

#container {
	width: 100%;
	height: auto;
	position: relative;
}
#contenuti {
	position: relative;
	width: 210mm;
	height: 297mm;
	background-color: #FFFFFF;
}
#stampa_logo {
	position: absolute;
	display: block;
	width: 70px;
	height: 85;
	top: 0;
	right: 0;
}
#stampa_info {
	position: absolute;
	display: block;
	width: 70px;
	height: 60px;
	bottom: 0;
	right: 0;
}
#backgroundFlash, #header, #footer, #preview-message {	
	display: none;
}
#spettacoli {	
	position: relative;
	width: 160mm;
	top: 50mm;
	left: 50%;
	margin-left: -80mm;
	background-color: #000000;
	overflow-y: none;
}
#sezione {
	position: relative;
	width: 160mm;
	text-align: justify;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}
#sezione ul {
	display: none;
}
