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

body {

	background				: #000;
	color					: #FFF;
	font-family				: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size				: 12px;
	font-style				: normal;
	font-weight				: normal;
	line-height				: 1.5em;
	margin					: 0px;
	padding					: 0px;

}

.pulisci{
	
	clear					: both;
	padding					: 0;
	margin					: 0;
	
}

.spacer{
	
	padding					: 0;
	margin					: 0;
	font-size				: 1px;
	
}

a, a:visited {
	color					: #000;
	text-decoration			: none;
	padding					: 0;
	margin					: 0;
}

a:hover {
	color					: #000;
	text-decoration			: underline;
	padding					: 0;
	margin					: 0;
}

#centro{
	
	width					: 900px; 
	height					: 563px;		
	position				: absolute;
	left					: 50%;
	top						: 50%;
	margin-left				: -450px;
	margin-top				: -282px;	
	overflow				: hidden;
	/*background				: #666;*/
	
}

#content {
	
	width					: 900px; 
	height					: 440px; 
	position				: absolute;
	top						: 0px;
	left					: 0px;
	overflow				: hidden;
	/*filter					: alpha(opacity=50);
	-moz-opacity			: 0.5;
	-khtml-opacity			: 0.5;
	opacity					: 0.5;	
	background				: #0C0;*/
	
}

#cntScheda{
	
	width					: 900px; 
	height					: 440px; 
	float					: left;
	
}

#slider * {
	
	outline-style: none;
	
}

#menu {
	
	width					: 900px; 
	height					: 143px;
	position				: absolute;
	top						: 420px;
	left					: 0px;
	z-index					: 1;
	/*background				: #00F;*/

}

#menu * {
	
	outline-style: none;
	
}
