@charset "UTF-8";
.panel_button a:link{
	background: url(images/panel_button.png);
	z-index: 300;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F39;
	font-weight: bold;
}
.panel_button a:visited {
	background: url(images/panel_button.png);
	z-index: 300;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F39;
	font-weight: bold;
}
.panel_button a:hover {
	background: url(images/panel_button.png);
	z-index: 300;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F39;
	font-weight: bold;
}
.panel_button a:active {
	background: url(images/panel_button.png);
	z-index: 300;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F39;
	font-weight: bold;
}
#panel {
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-align: left;
	z-index: 150;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFF;
	height: 0px;
}
#panel_contents {
	height: 278px;
	width: 800px;
	position: absolute;
	z-index: 200;
	background-image: url(../images/player_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#toppanel {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	bottom: 0px;
	z-index: 500;
	height: 0px;
}
.music_player  {
	margin-left: 400px;
	display: block;
	height: 200px;
	width: 300px;
	margin-top: 40px;
}
