
/**
 * Global
 */

body {
	background-color: #cc071e;
	font-family: Arial;
	font-size: 14px;
	margin: 0px;
	color: white;
}

#page {
	width: 100%;
	text-align: center;
}

#content {
	margin: auto;
	width: 810px;
	margin-top: 10%; /* 195 px */
	text-align: center;
}

#splash {
	/*background-image: url('../img/splash.jpg');
	background-repeat: no-repeat;*/
	text-align:center;
	vertical-align:middle;
	color:#FFF;
	font-size: 18px;
	width: 650px;
	height: 279px;
	margin: auto;
}

#enter {
	margin-top: 30px;
}

#enter a {
	font-size: 15px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#enter a:hover {
	color: #200d07;
}

#info {
	margin-top: 50px;
}

#info p {
	font-size: 11px;
}

#info p a {
	color: #200d07;
	text-decoration: underline;
}

#info p a:hover {
	color: darkgray;
}


.logos {
	list-style-type: none;
	height: 30px;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

.logos li {
	display: inline;
	margin: 0 5px;
}

.logos li a {
	color: transparent;
}

.logos li a img {
	border: none;
}