.splashpage {
	display: none;
}

.splashpage_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.85);
	z-index: 201;
}

.splashpage_image {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 201;
}

.splashpage a {
	position: relative;
	display: block;
	margin: 150px auto;
	max-width: 960px;
	text-align: center;
}

.splashpage_image img {
	max-width: 100%;
	height: auto;
}