@charset "utf-8";
/* CSS Document */


body {
	background-image: url();
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
body,td,th {
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
	color:#FFF;
	text-align:justify;
}
.grigio {
	color: #C0C0C0;
}
.rosso {
	color: #CE0000;
}
.rosso {
	color: #F00;
}
a:link {
	color: #CCC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: underline;
	color: #CCC;
}





#main {
position: fixed;
top: 0px;
left: 0px;
z-index: 0;
width: 100%;
height: 100%;
}
#finestra {
position: fixed;
top: 0px;
left: 0px;
z-index: 1;
border: none;
width:720px;
height:550px;
z-index: 1;

}
#testo {
border-width: 0pt 1px 1px; overflow: auto;
width: 600px;
height: 480px ! important;
margin-top: 30px;
margin-left: 45px;
padding-right: 15px;
position: fixed;
z-index: 1;
}

#cornice {
position: fixed;
margin-top: 0px;
width: 700px;
height: 562px;
background:url(images/iframe.png);
top: 0px;
left: 0px;
z-index: 1;
border: none;

}