html {
	background-color: #000;
}
body {
	margin: 0;
	padding: 0;
	background-color: #3390fe;
	background-color: #000;
	color: #fff;
	font-family: 'Gill Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'HelveticaNeue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode';
	font-weight: 300;
	font-size: 62.5%;
}

#header {
	position: absolute;
	top: 1px;
	left: 1px;
	color: #3390fe;
	display: none;
}

#container {
	margin: 0;
	position: absolute;
	top: 50%;
	width: 100%;
}

#logo {
	position: relative;
	height: 150px;
	width: 100%;
	margin-top: -100px;
	text-align: center;
}

#logo img {
	border: 0;
	max-width: 1871px;
	width: 70%;
}

#byline {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
}

a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #3390fe;
}