body {
	background-color: black;
	color: white;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
}
a:hover { text-decoration: underline; }
a { text-decoration: none; }

div#nameBanner {
	margin-left: -150px;
	margin-top: -50px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	z-index: 9;
}
div#nameBanner div.name {
	text-align: left;
	font-family: Georgia;
	font-size: 24px;
	border-bottom: 2px dashed white;
}
div#nameBanner div.button {
	position: absolute;
	right: 2px;
	color: #333333;
	font-family: Georgia;
	font-size: 18px;
}
div#navBar {
	position: absolute;
	left: 30px;
	top: 60px;
	z-index: 10;
}
div#contentBox {
	border: 1px dotted white;
	position: absolute;
	top: 115px;
	left: 20px;
	display: none;
}
div#headerImage {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}
