body
{
	margin: 0px;
	padding: 0px;
	background: #01151c;
}

span.activesong
{
	color: #0389AF;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
}

#header
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: both;
	color: #B7BDBE;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

#header a:link {color: #B7BDBE; text-decoration: none;}
#header a:visited {color: #B7BDBE; text-decoration: none;}
#header a:visited:hover {color: #B7BDBE; text-decoration:underline;}
#header a:hover {color: #B7BDBE; text-decoration: underline;}
#header a:active {color: #B7BDBE;}

div.links
{
	margin: 0px;
	padding: 0px;
	width: 60%;
	height: 20px;
	text-align: left;
	float: left;
}

div.player
{
	margin: 0px;
	padding: 0px;
	width: 40%;
	height: 20px;
	text-align: right;
	float: right;
}

div.clearer
{
	height: 0px;
	line-height: 0px;
	font-size: 0pt;
	clear: both;
}
