#nav
	{
	font-family: monospace;
	line-height: 1em;
	white-space: nowrap;
	position: absolute;
	top: -6em;
	right: 64px;
	height: 7em;
	background: #fff;
	}
#nav a
	{
	display: block;
	}
#nav #navtitle
	{
	height: 15px;
	position: absolute;
	left: 0px;
	top: 6em;
	font-weight: bold;
	}

body	{background: silver; color: black;}
#footer, h1 {text-align: center;}