/* Tags */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	font-size: small;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: large;
	color: #CC66FF;
}
h2 {
	font-size: 110%;
	color: #CC66FF;
}
img {
    border: 0;
}

/* Divs */
#logo {
	position: absolute;
	width: 250px;
	left: 10px;
	top: 10px;
	z-index: 2;
}
#topnav {
	position: absolute;
	width: 560px;
	left: 200px;
	top: 10px;
	z-index: 10;
	text-align: right;
}
#pagephoto {
	position: absolute;
	width: 240px;
	left: 10px;
	top: 218px;
	font-size: x-small;
}
#content {
	position: absolute;
	width: 470px;
	left: 276px;
	top: 105px;
}
#content a {
    color: #9999FF;
	text-decoration: none;
}
#content a:hover {
    text-decoration: underline;
}
#footer {
	padding: 5px 0px 0px;
	width: 730px;
	margin-top: 50px;
	margin-left: -265px;
	text-align: right;
	font-size: x-small;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#hindenburg {
	position: absolute;
	z-index: 1;
	height: 402px;
	width: 616px;
	left: 126px;
	top: 56px;
}
#basebar {
	position: absolute;
	left: 0px;
	top: 470px;
	height: 35px;
	width: 100%;
	background-color: #FF3300;
}

/* Classes */
.quote {
	color: #CC6699;
}
.question {
    color: #FF3300;
	font-weight: bold;
}
.songtitle {
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
}
.thumbnails img{
   margin-right: 5px;
   margin-bottom: 5px;
}

