/* CSS Document */

body {
	background-image: url(images/player_screen_full.jpg);
	background-position: left top; background-repeat: no-repeat;
	margin-left: 18px; margin-top: 20px;
}

.playerMusicContent {
	position: relative; clear: both;
	padding-top: 50px;
}

#playerText p.notes { border-bottom: 0px; }
#playerText ul { color: #999999; }
#playerText ul a { font-weight: bold; }
#playerText ul a:link { color: #333333; }
#playerText ul a:visited { color: #333333; }
#playerText ul a:hover { color: #000000; }