body {
	background: black URL(./imgs/topcorner_tile.jpg) no-repeat fixed 0 0;
	margin: 0em;
	padding: 0em;
	z-index: 1;
}	
div {
	position: absolute;
}
div#main {
	background-color: black;
	top: 4em; left: 4em; right: 12em;
	padding: 1.5em 1.5em 1.5em 1.5em;
	z-index: 2;
	color: white;
	border: solid 1px orange;
}
h1 {
	margin-right: 1em;
	letter-spacing: 0.2em;
	font: x-large monospace bold;
	text-align: right;
}
div#menu {
	position: absolute;
	background-color: transparent;
	right: 1em; width: 10em; top: 5em;
	padding: 1em 1em 1em 1em;
	z-index: 3;
	text-align: center;
	border: solid 1px rgb(170,255,255);
}
a {
	color: orange;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}
.highlight {
	color: rgb(170,255,255);
}
ul {
	list-style-type: circle;
}
div#counter {
	position: absolute;
	bottom: 1em; right: 4em;
}
.diddy {
	font-size: xx-small;
}
sup {
	line-height: 0em;
}
p {
	line-height: 1.4em;
	text-align: justify;
}
p.menu {
	text-align: center;
}