/* CSS Document */
h1 {
	padding:0;
	margin:0;
	position:absolute;
	top:0;
	left:9px;
	width:700px;
	height:50px;
	background: transparent top left no-repeat;
	text-indent:-9999px;
}
h2 {
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

html { height: 100%; overflow: hidden; }
#stage { height: 100%; }
/* end hide */
body {
	margin: 0; 	padding: 0;
	height: 100%;
	background: #FFFFFF;
	overflow: hidden;
}

#div_link {
	padding:0; margin:0;
	position:absolute;
	top:0; left:0;
	background: transparent top left no-repeat;
	text-indent:-9999px;
}
#contenuti {text-align:justify; width:200px;}

.link {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

a:hover.link {
   font-size: 10px;
   color: #FF6600;
   font-family: Arial, Helvetica, sans-serif;
   text-decoration:none;
}

a:active.link {
   font-size: 10px;
   color: #FF6600;
   font-family: Arial, Helvetica, sans-serif;
   text-decoration:none;
}
.link_testo {
	font-size: 10px;
}
a:link.link_testo {
	color: #cc0000;
	text-decoration: none;
}
a:visited.link_testo {
	color: #cc0000;
	text-decoration: none;
}
a:hover.link_testo {
	color: oooooo;
	text-decoration: none;
}
a:active.link_testo {
	color: #cc0000;
	text-decoration: none;
}