body
{
	background-color: #000;
	text-align: center;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 0.75em;
	color: #666;
}

#header
{
	width: 50%;
	height: 150px;
	background: #000 url(graphics/header.jpg) no-repeat top left;
	position: relative;
	margin: 75px auto;
	border: solid 1px #222;
	border-width: 1px 0;
}

#thegerf
{
	position: absolute;
	left: 20px;
	top: -6px;
	cursor: pointer;
	background: transparent url(graphics/thegerf.gif) center center;
	width: 69px;
	height: 10px;
}

#thegerf:hover { background-image: url(graphics/thegerfhover.gif); }

#links
{
	position: absolute;
	bottom: 0;
	right: 10px;
	font-size: 0.875em;
}

#links a { margin: 0 0.5em; padding: 0 1em; }
#links a:link, #links a:visited { text-decoration: none; color: #AAA; }
#links a:hover, #links a:active, #links a:focus { border-bottom: double 6px #222; border-top: solid 1px #444; color: #FFF; }

#contemplating
{
	width: 80px;
	height: 80px;
	background: transparent url(graphics/contemplating.gif) no-repeat center center;
	font-size: 0.75em;
	margin: auto;
}
