@charset "UTF-8";
/* CSS Document */
html, body{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
}
body{
	background:#000;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#video_div{
	background:url(../img/video.png) no-repeat center;
	position:absolute;
	width:100%;
	height:100%;
	z-index:100;
}

#nero{
	background:#000;
	opacity:0.5;
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
}
#news{
	position:absolute;
	width:100%;
	height:100%;
	z-index:100;
}

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