BODY {
	background:black;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

.PlayerWindow {
	background:url(../images/musicplayer_background.png) no-repeat top right;
	width:750px;
	padding-top:150px;
}

.NavWrapper {
	float:left;
	width: 30%;
	
	color:white;
	
	padding-left:30px;
}

.PlayerWrapper {
	float:right;
	width:50%;
}

.PlayerNav, .PlayerNav-act {
	font-weight:bold;
	padding-top:10px;
}

.PlayerNavN-act a, .PlayerNav-act a {
	font-weight:bold;
	color:white;
	letter-spacing:1px;
}

a {
	color:#fdd86f;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.Rights {
	color:#fdd86f;
	
	clear:both;
	
	padding: 30px 0 0 55px;
	font-size:70%;
	letter-spacing:1px;
}
