body {
	background-color: #000;
	color: #f00;
	font-family: mono;
	margin: 0;
	padding: 0;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
}
#secret_squirel {
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
}
#secret_squirel a {
	display: block;
	height: 100%;
	width: 100%;
}
#body_wrapper {
	border: 1px solid #300;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
.border_div {
	border-style: solid;
	border-width: 0 1px 1px 1px;
	margin: 0 0.25em 0.25em 0.25em;
}
#content {
	/* use if needed */
}

#header {
	font-size: 36pt;
	margin-top: 0.1em;
	text-align: center;
}
#footer {
	border-color: #900;
	border-style: solid;
	border-width: 2px 0 0 0;
	color: #900;
	padding: 0.5em 0;
	text-align: center;
}

