html {
	font-family: sans-serif;
	background-color: black;
	color: white;
	line-height: 1.5;
	background-image: url("bg.png");
	background-position: top center;
	background-repeat: repeat;
}
a, a:visited {
	color: #00d8ff;
	text-decoration: none;
}
h1, h2, h3 {
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: black;
	color: #ffd800;
	border: 2px solid #ff00d8;
}
::selection {
	color: white;
	background-color: #00d8ff;
}
#footer {
	margin-top: 50px;
	text-align: center;
}
#outer {
	max-width: 100%;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.center {
	text-align: center;
}
#nooskewl {
	height: 128px;
}
