body {
	background-color: #101010;
	color: white;
	font-family: "Century Gothic", "Helvetica";
	font-size: 14px;
}

a:link, a:visited {
	text-decoration: none;
	color: #b1b1b1; 
}

object {
	outline: none;
}

a:hover, a:focus {
	outline: none;
	text-decoration: none;
	color: white;
	outline: none;
}

img {
	border: none;
}

#musictable td {
	text-align: left;
}

#menuimage {
	margin: 5px;
	width: 100px;
}

#header {
	background-color: #080808;
	position: fixed;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	padding-bottom: -20px;
	text-align: center;
	width: 1000px;
	height: 80px;
	z-index: 4;
	font-weight: bold;
	font-size: 18px;
	border: 1px solid #333333;
}

#headertable {
	margin: auto;
	text-align: center;
	vertical-align: middle;
	width: 1000px;
	margin-top: 15px;
	height: 80px;
}

#content {
	display: none;
	position: fixed;
	top: 80px;
	left: 50%;
	margin-left: -500px;
	height: 345px;
	padding-top: 100px;
	padding-bottom: 50px;
	text-align: center;
	width: 1000px;
	border: 1px solid #333333;
	background-image:url('/images/22leroyband.jpg');
	background-repeat: repeat;
	background-position: center;
}

#footer {
	width: 1000px;
	position: fixed;
	top: 576px;
	left: 50%;
	margin-left: -500px;
	font-size: 10px;
	color: #3a3a3a;
}

#credlink {
	display: none;
}