#playercontainer {
	height:30px;
	width:100%;
	background-color:#111111;
	color:#FFFFFF;
	position:relative;
	z-index:1000;
	font-family:Arial;
}
#playercontainer a:link, #playercontainer a:visited {
	color:#ffffff;
	text-decoration:none;
}
#playerPlaying {
	width:400px;
	font-size:0.75em;
	height:30px;
	overflow:hidden;
	float:left;
	padding-left:10px;
	line-height:30px;
}
#player {
	float:left;
	margin-left:500px;
	width:500px;
	height:30px;
}
