* { margin:0; padding:0; }
BODY {
	font-family: Verdana, monospace;
	font-size: 11pt; 
	color: #000;
	background: #FF0000;
	line-height:12pt;
}

A:VISITED, A:LINK { 
	text-decoration:none;
	color: #000;
}
A:HOVER { 
	text-decoration: underline;
	color: #000;
}

IMG {
  border: 0px;
}

H1 { font-size: 160%; color:#000000; line-height:18pt; }
H2 { font-size: 130%; color:#000000; }
.white { color: #600; }
.titolo { font-size: 120%; color: #000; font-weight:bold; line-height:16pt; }
.date { font-size: 140%; color: #000; }
.lightview img { border:2px solid #600; margin: 0 6px 6px 0; }
.link img { border:2px solid #600; margin: 0 5px 5px 0; } 

#container {  width:100%; background:#000000; }
#head {
	margin-left:auto; margin-right:auto;
	position:relative;
	width:1000px;
	height:140px;
	background:url("img/header.jpg")
}
#content { 
	margin-left:auto; margin-right:auto;
	position:relative;
	width:800px;
	background:url("img/bg_content.jpg") repeat-y; padding:0 100px; }
#footer_bg { width:100%; height:110px; background:url("img/bg_footer.jpg"); text-align:center; }
#footer {
	width:1000px; height:110px;
	background:url("img/footer.jpg") no-repeat;
	margin-left:auto; margin-right:auto;
	font-size:80%;
	color:#660000;
}
#footer a { color:#660000; }

/* MENU */
#menu{ position:absolute; top: 70px; left:85px; height:35px; width:750px; overflow: hidden; }
#menu ul,#menu li{margin: 0;padding: 0;list-style: none;}
#menu a{position:absolute; top:0; height:35px; background: url("img/menu.jpg"); text-indent:-9999px}

#home a{ width:110px;}
#programma a{left: 110px;background-position: -110px 0; width: 210px;}
#location a{left: 320px;background-position: -320px 0; width: 165px;}
#foto a{left: 485px;background-position: -485px 0; width: 100px;}
#link a{left: 585px;background-position: -585px 0; width: 85px;}

#home a:hover, #home a.active{background-position: 0 -35px}
#programma a:hover, #programma a.active{background-position: -110px -35px}
#location a:hover, #location a.active{background-position: -320px -35px}
#foto a:hover, #foto a.active{background-position: -485px -35px}
#link a:hover, #link a.active{background-position: -585px -35px}
