/* 1st splash */
div#pleasewait {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.75;
	-moz-opacity:0.75;
	filter:alpha(opacity=75);
	z-index:1000;
}
div#splash {
	position: fixed;
    top: 10%;
	left: 30%;
	width: 442px;
    background-color: #efefef;
	z-index:1001;
}