/* legacy css - new style.css is in css folder */

#player {
	width:400px;
	height:300px;
	float:top;
	margin-bottom:20px;
}

#playlist a {
	display:block;
	opacity:0.8;
	margin-bottom:8px;
}

#playlist a:hover {
	opacity:1.0;
}

#splash {
	width:400px;	
	height:300px;
	cursor:pointer;	
}
