@CHARSET "ISO-8859-1";

#container {
	min-height: 600px;
	height: 100%;
}

#splash_wrapper {
	position: absolute;
	width:950px;
	height: 480px;
	left: 0;
	right: 0;
	top: 50%;
	margin: auto;
	transform: translateY(-50%)
}

#splash_wrapper_inner {
	width: 800px;
	height: 330px;
	margin: 75px;
}

.splash_button {
	width: 100px;
	height: 100px;
	display: inline-block;
	margin-right: 20px;
}
.splash_button a {
	position: absolute;
	width: 100px;
	height: 100px;
	display: block;
}

.splash_logos {
	text-align: center;
	margin: 20px 0;
}
.splash_logos a {
	text-decoration: none;
}
