	html{
		height:100% !important;
		width:100%;
	}

	body{
		padding:10px 20px;
		font-family:"Lucida Console", Monaco, "Courier New", monospace;
		font-size:0.8em;
	}

	pre{
		font-size:1.2em;
	}

	h1, h2, h3, h4, h5, h6{
		margin:0 0 0.5em 0;
		padding:0;
	}

	img, a img{
		border:none;
	}

	#tracklist a{
		color:#555;
		text-decoration:none;
		padding-bottom:1px;
	}
	
	#tracklist a.idle:hover{
		border-bottom:1px dotted #555;
	}

	#ft{
		position:fixed;
		bottom:0px;
		right:0px;
		font-size:0.8em;
		text-align:right;
		padding:5px;
	}

	#player{
		position:fixed;
		bottom:2px;
		right:0px;	
	}
	
	#playing{
		font-size:0.8em;	
	}
	
	#playing a{
		color:#090	
	}

	#tracklist{
		position:absolute;
		left:50%;
		top:160px;
		margin-left:-260px;
		line-height:1.8em;
		text-align:right;
	}

	#tracklist a.playing{
		text-decoration:underline;
	}

	.track{
		display:none;
		width:360px;
	}


