body {
	background-color: black;
	color: orange;
	text-align: center;
	font-family: "Lucida Console";
	height: 100%;
	min-height: 100%;
}
a:link, a:visited, a:hover, a:active {
	color: orange;
	background-color: black;
	text-decoration: none;
	font-weight: bold;
}
#menu {
	font-size: 200%;
	font-weight: bold;
}
#main {
	margin-top: 50px;
	margin-left: 200px;
	margin-right: 200px;
}
#footer {
	bottom: 0;
	text-align: center;
	width: 100%;
}
#changelog {
	margin-top: 50px;
}
#countdown {
	color: #FF2D00;
}
img {
	max-width: 100%;
}
