@charset "iso-8859-1";
body {
	font: 12px Verdana;
	color:white;
	background-color:#D1D1D1;
}	
a {
	text-decoration:none;
	color:blue;
	font: 10px Verdana;
	border:0px;
}
a:hover {
	color:red;
	font: 10px Verdana;
}
a#mio2 {
	color:black;
	font:12px tahoma;
	border:0px;
}
a#mio2:hover{
	color:red;
	font: 12px tahoma;
	border:0px;
}
a#mio3 {
	color:black;
	font:9px tahoma;
	border:0px;
}
a#mio3:hover{
	color:blue;
	font: 9px tahoma;
	border:0px;
}
div#menu{
width:100%;
top:92px;		 
height:80%;
position:absolute;
overflow: auto;	
z-index:5;
}
div#pagina{
width:100%;
height:100%;
position:relative;
top:0px;
overflow: auto;
z-index:4;
}
div#intestazione {
background-image:url('images/sfondone.jpg');
position: absolute;
top: 18px;
height:71px;
width:100%;
overflow:hidden;
z-index:-1;
}
div#pubblicita {
position: absolute;
top: 68px;	
left:530px;
height:75px;
width: 50%;
overflow:hidden;
z-index:200;
}  
 div#indetro{
width:100%;
top:152px;		 
height:80%;
position:absolute;
overflow: auto;	
z-index:7;
}