
#player {
	width:400px;
	height:300px;
	float:left;
	margin-right:20px;
}

#playlist {
	float:left;
	width:80px;
}

#playlist a {
	display:block;
	opacity:0.8;
	margin-bottom:8px;
}

#playlist a:hover {
	opacity:1.0;
}

h3.signature {
	margin-top:10px;
	color:#666;
	font-size:12px
}

#splash {
	width:400px;	
	cursor:pointer;	
}

