
a{
	text-decoration:none;
	
}

html, body{
	height:100%;
}

#flashcontent{
	height:100%;
}

#container_news{
	width:425px;
	height:344px;
	margin:80px auto 0 auto;
	position:relative;
	background:none;	
	z-index:99999;
}
#teaser{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99997;
	width: 100%;
	height:auto !important;
	min-height:100%;
	height:100%;
	background-color: #333;
	/*filter:alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;*/
}

#news_wrapper{
	z-index:99998;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:500px;
}
#news{
	position:absolute;
	top:20px;
	left:0;
	z-index:99999;
/* 	width:200px;
	height:200px; */
	
}

#link_chiudi{
	display:block;
	padding:4px;
	background: #ccc;
	color:black;
	width:90px;
	float:right;
	text-align:center;
}
#link_chiudi:hover{
	background:#7FAD1A;
	color:white;
}
