body { 
	font: 0.75em "Gill Sans", "Lucida Grande", Verdana, Helvetica, sans-serif; 
	color: #888888; 
	background-color: black;
	text-align: center;
}
	
a {
	color: #888888;
}

a:hover {
	color: white;
	text-shadow: #888888 0px 0px 6px;	
	text-decoration: none;
}


#content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: left;
	width: 800px;
}

#header {
	text-align: center;
	margin-bottom: 30px;
}

.block {
	background-color: transparent;
}

.image {
	float: left;
}


.tracklist {
	float: left;
	width: 250px;
	margin-left: 20px;
}

.text {
	float: left;
	width: 380px;
	margin-left: 20px;
}

.clear {
	clear: both;
}

#footer {
	position:absolute;
	bottom: 10px;
	right: 15px;
}
