@charset "utf-8";
#advert_mask {
	background-color: #000;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:99999;
	position: absolute;
	filter: Alpha(Opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
	display: none;
}
#advert_content {
	width: 400px;
	left: 50%;
	top: 50%;
	z-index: 999999;
	color: #999;
	font-size: 12px;
	text-align: center;
	position: fixed;
	display: none;
	margin-top: -280px;
	margin-left: -200px;
}
#advert_holder {
}
.advert_img {
	width: 400px;
	background-color: #000;
}
.advert_exit a {
	color: #666;
	font-family: Arial;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}