BODY {
	background-image: url(reaper_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-attachment: fixed;
	background-color: #E8E8E8;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

DIV#bg {
	background-image: url(reaper.jpg);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 428px;
	height: 600px;
}

DIV#content {
	top: 0px;
}

SPAN.description {
	display: block;
	color: Black;
	font-size: 90%;
}

A {
	color: #A60000;
	text-decoration: none;
}

A:Hover {
	color: #DD0000;
}

H1 {
	background-image: url(title.jpg);
	height: 54px;
	width: 525px;
	margin: 0;
}

H1 SPAN {
	display: none;
}

H2 {
	margin: 0;
	color: #444;
}

H3 {
	color: #333;
}

UL {
	padding-left: 1.2em;
}

LI {
	list-style: square;
	color: silver;
}