body {
	background-color: Black;
	}

p {
	color: White;
	font-family: Perpetua, Georgia, Times New Roman, Times, Serif;
	font-size: normal;
	margin: 1em 1em 1.5em 1em;
	}
p.emphasis {
	color: #CCCC00;
	font-weight: bold;
	}
a {
	color: white;
	}
a:link {
	color: white;
	}
a:visited {
	color: #669999;
	}
a:active {
	color: white;
	}
a:hover {
	color: #CCCC00;
	}

td {
	color: White;
	font-family: Perpetua, Georgia, Times New Roman, Times, Serif;
	font-size: smaller;
	}
	
h1 {
	color: White;
	font-family: Perpetua, Georgia, Times New Roman, Times, Serif;
	font-size: 60px;
	text-align: center;
	}

h4.first {
	color: White;
	font-family: Perpetua, Georgia, Times New Roman, Times, Serif;
	font-size: large;
	font-weight: bold;
	text-align: left;
	margin: 0 0 -0.5em 0;
	}
	
h4 {
	color: White;
	font-family: Perpetua, Georgia, Times New Roman, Times, Serif;
	font-size: large;
	font-weight: bold;
	text-align: left;
	margin: 1.5em 0 -0.5em 0;
	}
	
h5 {
	color: White;
	font-family: Perpetua, Georgia, Times New Roman, Times, Serif;
	font-size: small;
	font-weight: bold;
	text-align: left;
	}

#content-container {
	position: relative;
	margin: 0 auto;
	width: 580px;
	height: 550px;
	}
#heading {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 580px;
	height: 82px;
	}
#splash {
	position: absolute;
	top: 90px;
	left: 171px;
	width: 237px;
	height: 341px;
	}
#blurb {
	position: absolute;
	overflow: auto;
	top: 90px;
	left: 40px;
	width: 500px;
	height: 400px;
	}
#menu {
	position: absolute;
	top: 490px;
	left: 160px;
	width: 290px;
	height: 30px;
	}
#menu a.btn-about {
	display: block;
	float: left;
	background: url("graphics/button_About.jpg") 0 0 no-repeat;
	color: none;
	text-decoration: none;
	width: 70px;
	height: 24px;
	}
#menu a.btn-about:link {	
	background-position: 0px 0px;
	}
#menu a.btn-about:visited {
	background-position: 0px -48px;
	}
#menu a.btn-about:active {
	background-position: 0px 0px;
	}
#menu a.btn-about:hover {	
	background-position: 0px -24px;
	}
	
#menu a.btn-CD {
	display: block;
	float: left;
	background: url("graphics/button_CD.jpg") 0 0 no-repeat;
	text-decoration: none;
	width: 70px;
	height: 24px;
	}
#menu a.btn-CD:link {
	background-position: 0px 0px;
	}
#menu a.btn-CD:visited {
	background-position: 0px -48px;
	}
#menu a.btn-CD:active {
	background-position: 0px 0px;
	}
#menu a.btn-CD:hover {	
	background-position: 0px -24px;
	}
	
#menu a.btn-contact {
	display: block;
	float: left;
	background: url("graphics/button_Contact.jpg") 0 0 no-repeat;
	text-decoration: none;
	width: 70px;
	height: 24px;
	}
#menu a.btn-contact:link {
	background-position: 0px 0px;
	}
#menu a.btn-contact:visited {
	background-position: 0px -48px;
	}
#menu a.btn-contact:active {
	background-position: 0px 0px;
	}
#menu a.btn-contact:hover {	
	background-position: 0px -24px;
	}
	
#menu a.btn-stuff {
	display: block;
	float: left;
	background: url("graphics/button_Stuff.jpg") 0 0 no-repeat;
	text-decoration: none;
	width: 70px;
	height: 24px;
	}
#menu a.btn-stuff:link {
	background-position: 0px 0px;
	}
#menu a.btn-stuff:visited {
	background-position: 0px -48px;
	}
#menu a.btn-stuff:active {
	background-position: 0px 0px;
	}
#menu a.btn-stuff:hover {	
	background-position: 0px -24px;
	}

#menu a.btn-shows {
	display: block;
	float: left;
	background: url("graphics/button_Shows.jpg") 0 0 no-repeat;
	text-decoration: none;
	width: 70px;
	height: 24px;
	}
#menu a.btn-shows:link {
	background-position: 0px 0px;
	}
#menu a.btn-shows:visited {
	background-position: 0px -48px;
	}
#menu a.btn-shows:active {
	background-position: 0px 0px;
	}
#menu a.btn-shows:hover {	
	background-position: 0px -24px;
	}

#menu a.btn-home {
	display: block;
	float: left;
	background: url("graphics/button_Home.jpg") 0 0 no-repeat;
	text-decoration: none;
	width: 70px;
	height: 24px;
	}
#menu a.btn-home:link {
	background-position: 0px 0px;
	}
#menu a.btn-home:visited {
	background-position: 0px -48px;
	}
#menu a.btn-home:active {
	background-position: 0px 0px;
	}
#menu a.btn-home:hover {	
	background-position: 0px -24px;
	}

