@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #3C2F1E;
	background-image: url(images/restyling/sfondo_cartone_rere.jpg);
	background-repeat: repeat-y;
	background-color: #0C0805;
}
.titolo {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 810px;
	z-index: 0;
}
.Menu {
	position: absolute;
	top: 100px;
	left: 15px;
	z-index:2;
}
.film
{
	position: absolute;
	background: transparent;
	z-index:1;
	top: 200px;
	left: 300px;
}

