	* 	{
		margin:  0;
		padding: 0;
		outline: none;
		}
	
	body {
		margin: 0;
		padding: 15px;
		color: #231f20;
		font: 12px arial, helvetica, sans-serif;
		}
		
	h1#header {
		margin: 0 0 5px 0;
		width: 150px;
		height: 47px;
		background: transparent url('../img/logo_top.jpg') no-repeat 0 0;
		text-indent: -9999px;
		}
		
	#playlist {
		width: 390px;
		height: 250px;
		overflow-y: scroll;
		border: #131313 5px solid;
		}
		
	object {
		display: block;
		}	
		
	ul 	{
		margin:  0 auto;
		padding: 0;
		list-style-type: none;
		width: 370px;
		}
		
	li 	{
		padding: 5px;
		border-top: #ccc 1px solid;
		}
		
	li:first-child {
		border: none;
		}
		
	li a {
		color: #231f20;
		text-decoration: none;
		}
		
	li a:hover {
		color: #00aeef;
		}
		
	li a.active {
		color: 000;
		font-weight: bold;
		}
