div#top_info_bg {
  width:100%;
  height:100%;
  position:fixed;
  background-color:#000;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
}
div#top_info {
	font-family:Arial, Helvetica, sans-serif;
	width:550px;
	color:#F90;
	font-size:18px;
	position:fixed;
	margin-left:-275px;
	top: 20%;
    left: 50%;
	z-index:5;
	border:#FFDF9D 1px dotted;
	padding:10px;
	background-color:#000;
}
div#top_info a {
	color:#C00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
div#top_info a:link {
	text-decoration: none;
}
div#top_info a:visited {
	text-decoration: none;
}
div#top_info a:hover {
	text-decoration: underline;
	color: #F90;
}
div#top_info a:active {
	text-decoration: none;
}