body { 	
	background-color: black;	
	position: relative;

  	width: 100%;
  	height: 100%; 

  	left:0%;
  	top:0%;

  	margin: 0;
  	padding: 0;
}	
#title {
	background-image: url('img/dzone2logo.gif');
	background-repeat: no-repeat;
	background-position: 90% 30%;
	background-color: black;
		
	position: absolute; 
/*	overflow: auto; */
	
	height: 400px;		
	width: 60%;

	font-size: 10px;
	font-family: monospace, sans-serif;
	text-align: right;
	padding-top:200px;
	padding-right:20px;
	color: #00FFFF;
	
	top:0;	
	bottom:0;
	left:0;
	right:40%;	
	
	z-index: 2;
}

#citazione {	
	text-align: right;
	text-indent: 3em;
	font-style: italic;
	font-size: 10px;
	font-family: monospace, sans-serif;

	padding-right: 20px;		

	position: absolute;
	color: white;
	width: 60%;
	height: 4%;
	
	top: 400px;
	bottom: 0%;
	left: 0%;
	right:45%;
	
	z-index: 2;	
}

#menu {
	background-image: url('img/right_index.jpg');
	background-color: white;
/*	background-image: url('img/right_inv.jpg');
	background-color: black; */
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
	font-variant: small-caps;
	font-family: sans-serif;
	font-size: 15px;
	line-height: 26px;
	
	position: absolute;	
	overflow: auto;
	
	height: 500px;		
	width: 300px;
	bottom: 0%;
	top: 0%;
	left:60%;
	right:0%;	
}

.menu-unselected {
	background-image: url('img/menuitem.gif');
	background-repeat: no-repeat;
	padding-left: 8px;
	font-weight: bold;
	filter:alpha(opacity=65);
	opacity: 0.65;
	-moz-opacity:0.65;
}

.menu-selected {
	background-image: url('img/menuitem.gif');
	background-repeat: no-repeat;	
	padding-left: 8px;
	font-weight: bold;	
	color: white;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}

#menu a:link {
	color: black;
	text-decoration: none;
}
#menu a:visited {
	color: black;
	text-decoration: none;
}
#menu a:hover {
	color: white;
	text-decoration: none;
}
#menu a:active {
	color: white;
	text-decoration: none;
}

li {
	list-style-image: url(img/listitem.gif);
	list-style-type: square;	
}

li.menu-selected {	list-style-image: url(img/listitemon.gif);
	list-style-type: square;	
}
