#splashcontainer {
	position: fixed; /* this is needed because the splash is inside .region which has "position: relative;" */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10000000;
}

#splashshade {
	z-index: 10000000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3000px;
	background-color: #000000;
	-moz-opacity: 0.85;
	opacity: .85;
	filter: alpha(opacity =   85);
}

#splashpage {
	position: absolute;
	z-index: 10000001;
	color: white;
	top: 50%;
	left: 50%;
	width: 640px;
	height: 556px;
	text-align: left;
	margin-top: -320px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -278px;
}

#splashpage-header {
	position: relative;
	height: 50px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

#splashpage-close {
	position: absolute;
	bottom: 0;
	left: 0;
}

#splashpage-span {
	position: absolute;
	bottom: 10px;
	right: 0;
}

#splashpage-continue {
	color: #fff;
}
