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


<!--
ELEMENTS
-->
 body {
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 }
#all {
	width:980px;
	height:600px;
	position:absolute;
	left:50%;
	right:50%;
	top:50%;
	bottom:50%;
	margin-left:-490px;
	margin-top:-300px;
}

#all_interne {
	width:980px;
	height:600px;
	position:absolute;
	left:50%;
	right:50%;
	top:50%;
	bottom:50%;
	margin-left:-490px;
	margin-top:-300px;
	background-image:url(immagini/bg_interne.jpg);
	background-repeat:no-repeat;
	z-index:-1;
}

#footer {
	position:absolute;
	width:980px;
	left:50%;
	right:50%;
	bottom:0px;
	margin-left:-490px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #666;
}

#footer a{
	text-decoration:none;
	color: #666;
}

#studio_flash {
	position:absolute;
	width:100%;
	right:0px;
	left:0px;
	height:9px;
	top:40%;
	z-index:0;
}
