body {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8d926d;
	line-height: 20px;
	background-color: #f9faf5;
}
#playerBG {
	position:absolute;
	left:0px;
	top:0px;
	width:422px;
	height:57px;
	z-index:1;
	background-image: url(../images/music/jukebox_BG.jpg);
}
#player {
	position:absolute;
	left:106px;
	top:8px;
	width:224px;
	height:24px;
	z-index:1;
}
#aboutPageHead {
	position:absolute;
	left:13px;
	top:-3px;
	width:392px;
	height:170px;
	z-index:3;
}
#aboutText {
	position:absolute;
	margin-left:15px;
	top:175px;
	width:388px;
	height:200px;
	z-index:2;
}	
#lyricsText {
	position:relative;
	margin-left:15px;
	top:60px;
	width:388px;
	height:100%;
	min-height:100%;
	padding-bottom:70px;
	z-index:2;
}
.text10px {
	font-size: 10px;
	line-height: 10px
}
a:link {
	color: #8d926d;
}
a:visited {
	color: #8D926D;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
