@charset "utf-8";
/* CSS Document */

body.splash {
	background: none;
	background-color: #eb2a2d !important;
}

body.splash #horizon {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -100px;
	text-align: center;
}

body.splash #horizon a {
	position: relative;
	display: block;
	text-align: left;
	width: 390px;
	height: 187px;
	margin: 0px auto;
	background-attachment: scroll;
	background-image: url('../img/logo-with-text.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

body.splash #horizon span {
	display: none;
}