#splash {
	position:absolute;
	left:50%;
	top:15%;
	margin-left:-351px;
	z-index:3;
}
#splash img {
	border:none;
}

#splash-bg {
	background:#000000;
	height:100%;
	width:100%;
	position:fixed;
	opacity:0.7;
	filter : alpha(opacity=70);/*IE*/
	left:0;/*IE7*/
	top:0;
	z-index:2;
}