/* CSS Document */
body{
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	width:100%;
	height: 100%;
}
* img #logo { /* Regole per IE (dalla 5.5 in poi) */
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/" ,sizingMethod="scale");
}
img{
border: 0;
}
.filetto{
	position: absolute;
	left: 0;
	height: 0;
	z-index: 500;
	border-top: solid 2px white;
}
#contenitore {
	position: absolute;
	filter:alpha(opacity=50);-moz-opacity: 0.5; opacity: 0.5;
	background-color: #999999;
	width: 210px;
	height: 430px;
	margin: 0px 0px 0px 0px;
	left: 0px;
	top: 65px;
	z-index:1;
	overflow: hidden;
}
#contenitore2 {
	position: absolute;
	filter:alpha(opacity=50);-moz-opacity: 0.5; opacity: 0.5;
	background-color: #999999;
	width: 100%;
	height: 430px;
	margin: 0px 0px 0px 0px;
	left: 212px;
	top: 65px;
	z-index:1;
	overflow: hidden;
}
#contenitore3 {
	position: absolute;
	filter:alpha(opacity=50);-moz-opacity: 0.5; opacity: 0.5;
	background-color: #999999;
	width: 100%;
	height: 68px;
	margin: 0px 0px 0px 0px;
	left: 0px;
	top: 497px;
	z-index:1;
	overflow: hidden;
}
#puntato_ul{
	position: absolute;
	left: 250px;
	top: 522px;
	z-index:20;
}
.puntatolink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin-right: 50px;
}
.puntatolink:hover {
	color: #FFFFFF;
}
.puntatolinkcredits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin-right: 50px;
}
.puntatolinkcredits:hover {
	color: #FFFFFF;
}
.puntatononlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 50px;
}
#logo {
	position:absolute;
	left: 40px;
	top: 505px;
	z-index:21;
}
