body {
	background: 		#61358e;
}

div#player-container h1 {
	background:			url('../../images/header-funx.png') no-repeat top left;
}

div#player-container {
	background:			url('../../images/background_player_default.png') no-repeat;
}

body.nowplaying div#nowplaying table td {
	color:				#f6892d;
}
body.nowplaying div#nowplaying table td.header {
	text-align:			right;
	color:				#FFF;
}
	
body.nowplaying div#history div.track {
	background:			url('../../images/white-arrow.gif') no-repeat 0px 7px;
	border-bottom:		1px dotted #fff;
}
