@charset "utf-8";
/* CSS Document */
html{
 height:100%;
}
body {
	width:100%;  
	min-width:800px;
	width: expression(document.body.clientWidth < 800? "800px" : "auto");
	min-height:570px;
	position:relative;
}
body > #due {
/*	height:auto;*/
/*	min-height:570px;*/
}
#uno{
	z-index:10;
	background-color:#FFF;
	margin-top:0px;
	position: static;
	}
#zero{
	z-index:1;}
#duee{
	z-index:200;
	margin-top:20px;
	margin-left: 0px;
	width: 100%;
	position: absolute;
	top:50%;
	left:0%;
	}
#due{
	z-index:200;
	margin-top:-320px;
	padding-left:10px;
	width: 100%;
	background-color:#0F6;
	}
#duebis{
	margin-left: 10px;
	z-index: 250;
	position: absolute;
}
.collegamenti{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #000;
	font-weight: normal;
	}
.lastwork{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #000;
	font-weight: normal;
	}
.last{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #000;
	font-weight: normal;
	}
.info{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #000;
	font-weight: normal;
	}
a.info:hover{
	color: #F60;
	}
a.lastwork:hover{
	color: #09F;
	}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:active {
	color:#F60;
}
a:hover {
	color: #F60; 
}
.prev{
	padding:10px;}
