#splash_popup {
	opacity:0.70;
	filter:alpha(opacity=60);
	background: #1d1d1d;
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
	z-index: 99999;
}

#splash_popup_content {
	position: absolute;
	border: #fff;
	border-style:solid;
	border-width:5px;
	width: 660px;
	height: 490px;
	background-image: url(img/splash.jpg);
	display: none;
	z-index: 99999;
}

#splash_popup_content a.close_button {
	position: absolute;
	width: 256px;
	height: 61px;
	background-image: url(img/button.png);
	top: 365px;
	left: 200px;
	z-index: 99999;
}
#splash_popup_content a.close_button:hover {
	background-image: url(img/button_hover.png);
}
.close_button1 {
	position: absolute;
		width: 25px;
		height: 26px;
		background-image: url(img/close.png);
		top: -18px;
		left: 655px;
		z-index: 99999;
}
.close_button1:hover {
	background-image: url(img/close.png);
}