@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 300;
	src: local('Oswald Light');
	src: url(oswald.ttf) format('truetype');
}

html {
	-webkit-backface-visibility: hidden;
}

body {
	font-family: 'Oswald', Arial;
	background: #000;
	margin: 0;
	padding: 0;
	color: white;
}

#contents {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	vertical-align: middle;
}

#banner {
	text-align: center;
	position: absolute;
	top: 25%;
	transform: translateY(-25%);
	left: 0;
	right: 0;

	background: #404;
	background: linear-gradient(180deg, #202, #404);
	border-top: 0.5em solid #fc0;
	border-bottom: 0.5em solid #fc0;
	padding: 1em;

	text-shadow: 1px 1px 1px #000;
}

#years {
	color: #f00;
}

#years a {
	font-size: 1.5em;
	color: white;
}


img {
	border: none;
}

a, a:visited, a:active {
	text-decoration: none;
	text-shadow: 1px 1px 4px #000;
	color: #000;
}

a:hover {
	text-decoration: underline;
	text-shadow: 0px 0px 2px #000;
	color: red;
}

a:active, a:focus {
	outline: none;
}

span.separator {
	margin: 0.5em;
}
