@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: #00F;
	background-image: url(images/restyling/wllpap_sitolago_orange.jpg);
	background-repeat: repeat-y;
	background-color: #111111;
}

.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;
}
.programma
{
	position: absolute;
	background: transparent;
	z-index:2;
	top: 230px;
	left: 200px;
	background-attachment: fixed;
}
.tv
{
	position: absolute;
	background: transparent;
	z-index:1;
	top: 315px;
	left: 10px;
	background-attachment: fixed;
}
.cornice
{
	position: absolute;
	background: transparent;
	z-index:2;
	top: 280px;
	left: 270px;
	background-attachment: fixed;
}
.catenaccio
{
	position: absolute;
	background: transparent;
	z-index:2;
	top: 400px;
	left: 110px;
	background-attachment: fixed;
}

