html, body {
	overflow-x: hidden;
	height: 100%;
}

* {
	margin: 0;
}

#background {
	z-index: -999;
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.container {
	color: white;
	text-shadow: 2px 2px 4px black;
	font-family: 'Raleway', sans-serif;
}

.container a:visited, .container a:active, .container a:link {
	color: white;
}

.container a:hover {
	color: lightgray;
}

.title {
	font-size: 40pt;
	padding-bottom: .25em;
}

.top_divider {
	border-top: 1px solid white;
}

.bottom_divider {
	border-bottom: 1px solid white;
}

.divider {
	width: 50%;
	padding: 1em;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0.5em;
}
