
/**
 * Global
 */

body {
	background-color: #353435;
	font-family: Arial;
	font-size: 14px;
	margin: 0px;
	color: white;
}

#page {
	width: 100%;
	text-align: center;
}

#content {
	margin: auto;
	width: 810px;
	margin-top: 5%; /* 195 px */
	text-align: center;
}

#description {
	color: #eeaa32;
	font-size: 12px;
	font-weight: bold;
	margin-top: 60px;
}

#splash {
	background-image: url('../img/logo.jpg');
	background-repeat: no-repeat;
	width: 171px;
	height: 73px;
	margin: auto;
}

#enter {
	margin-top: 60px;
}

#enter a {
	font-size: 16px;
	color: #eeaa32;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#enter a:hover {
	
}

#info {
	margin-top: 50px;
}

#info p {
	font-size: 11px;
	color: #6b6c6f;
}

#info p a {
	color: #f0ab32;
	text-decoration: none;
}

#info p a:hover {
	text-decoration: underline;
}


.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;
}