@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;
	width: 800px;
	background: transparent;
	z-index: -1;
	background-attachment: fixed;
	top: 12px;
	left: 12px;
}
.Menu
{
	position: absolute;
	;
	background: transparent;
	z-index:1;
	top: 230px;
	left: 15px;
	background-attachment: fixed;
	visibility: visible;
}
.staff
{
	position: absolute;
	background: transparent;
	z-index:0;
	top: 215px;
	left: 200px;
	background-attachment: fixed;
}
