* {
	line-height: 90%;
	color: white;
	font-family: Traveling_Typewriter;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #261205;
}

#centerer {
	width: 100%;
}

#content {
	margin: 1em auto;
}

#title {
	margin-bottom: 26px;
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 42px;
	text-transform: uppercase;
}

#footer {
	text-align: justify;
	position: absolute;
	top: 653px;
}

#footer a {
	padding-right: 67px;
	text-transform: uppercase;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#site_credits {
	text-align: center;
	font-size: 10px;
}

.underline {
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
