html,body{
	margin: 0;
	padding:0;
	text-align: center;  /*per centrare in IE*/  
	
	}
	
body{position: relative;}
	
div#rederict{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	position: absolute; top: 150px;left: 0px;
    width: 100%;height:350px; 
    background: #FBB36B;border: 3px solid #D5331E;
	z-index:10;
 
}
	
	body>div#rederict {position: fixed}
	
	
div#rederict_text {
	position: absolute; top: 200px;left: 220px;
	 
	font-style:none;
	font-weight:bold;
	text-align:center;
	font-family:arial; 	font-weight: bold;font-size: 50px;
	z-index:20;
}
div#rederict_text a p{color:#191970;}

body>div#rederict_text {position: fixed}
