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

html {
	height: 100%;
	
}

#flashid {
	border:0px solid #f90;
	height:100%; width:100%;
}
/* end hide */

body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: sans-serif ;
	font-size:11px;
	background: #ffffff;
	color:#000000;		
}
	
.distanza-top { 
	width:1px;
	height:50%;
	margin-bottom:-50%; 
	float:left;
	border:0px solid #000;
	}

.telaio {
	margin:0 auto;
	position:relative; 
	text-align:center;
	min-height:300px;
	height:auto !important;	
	height:300px;
	width:100%;
	clear:left;
	border:0px solid #000;
}

.index{
	margin:auto;
	margin-top:200px;
	position:relative; 
	text-align: right;
	min-height:100px;
	height:auto !important;	
	height:100px;
	width:150px;
	clear:left;
	border:0px solid #000;
}


.avviso-plugin{
	margin:auto;
	margin-top:50px;
	position:relative; 
	text-align: right;
	min-height:200px;
	height:auto !important;	
	height:200px;
	width:300px;
	clear:left;
	border:0px solid #000;
}

a {		
	text-decoration:underline;
	color:#000;

}

a:hover{	
	text-decoration:none;
	color: #ccc;
}		
