#player {
	width:550px;
	height:350px;
	float:left;
	margin:10px;
	margin-left:20px;
	margin-top:0px;
}

#playlist {
	float:left;
	width:80px;
	height:auto;
}

#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:550px;
	height:350px;
	cursor:pointer;	
}

#container {
	width:100%;
	float:left;
	border:none;
}

#content {
	min-height:500px;
}