@charset "UTF-8";
body {
background-color:#000000;
	margin-top: 0px;
	margin-right: 0px;
	height: 100%;
	margin-left: 0px;
	}

#centerCol {
	background-color: #000000;
	height: 100%;
	width: 950px;
}

#CenterDiv {
	height: 100%;
	width: 100%;
	position: absolute;
}


#homeBox {
	width: 190px;
	height: 48px;
}

#homeBox a {
	background-position: 0px 0px;
	background-image: url(../images/home.gif);
	position: absolute;
}

#homeBox a:hover {
	background-position: -190px 0px;	
}

#biography {
	width: 191px;
	height: 48px;	
}

#biography a {
	background-position: 0px 0px;
	background-image: url(../images/biography.gif);
	position: absolute;
}

#biography a:hover {
	background-position: -191px 0px;
}

#appear {
	width: 190px;
	height:48px;
}

#appear a {
	background-position: 0px 0px;
	background-image: url(../images/appearances.gif);
	position: absolute;
	}

#appear a:hover {
	background-position: -190px 0px;
}

#record {
	width: 192px;
	height: 48px;
}

#record a {
	background-position: 0px 0px;
	background-image: url(../images/recordings.gif);
	position: absolute;
}

#record a:hover {
	background-position: -187px 0px;
}

#gallery {
	width: 187px;
	height: 48px;
}

#gallery a {
	background-position: 0px 0px;
	background-image: url(../images/gallery.gif);
	position: absolute;
}

#gallery a:hover {
	background-position: -187px 0px;
}
#bottomContent {
	width: 950px;
	font-family:"Lucida Grande",Arial,"Lucida Sans Unicode",Verdana,sans-serif,Tahoma;
	color:#FFFFFF;
	background-image: url(../images/redlineFade.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: left;
	display: block;
	padding-top: 10px;
	background-color: #000000;
}

#bottomContent a {
	color:#727877;
	text-decoration: none;
}

#bottomContent a:hover {
	color:#FFCC00;	
}
#centerCol2 {
	background-color: #000000;
	height: 100%;
	width: 950px;
}
