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


/* popup*/
#sfondo{
	height: 100%;
	width: 100%;
	
	position: absolute;
	/*text-align:center;*/
	/*
	left: 50%;;
	margin-left:-475px;*/
	top: 0px;
	left:0px;
	
	
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	background-color:#000;
	
	z-index:3;
}

#flashcontent {
	height: 100%;
	width: 950px;
	position: absolute;
	/*text-align:center;*/
	left: 50%;;
	margin-left:-475px;
	top: 0px;
	
	/*
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	background-color:#000;
	*/
	z-index:4;
}

