html, body {
	margin: 0; 
	padding: 0;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {	background-color: #101011; }

.red { color: red; }
.center { text-align: center; }

img { border: 0; }

ul, li {
	margin: 0;
	padding: 2px;
}

h3 {	
	font-family: Georgia, Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #c8c8c8;
	text-align: center;
	margin: 0;
	padding: 0;
}

h3 { font-size: 16px; }

p {
	color: #f7f7f7;
	text-align: justify;
	line-height: 15px;
	padding: 5px 10px 0px 10px;
}

a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #a80000;
	text-decoration: none;
}

#tracklist {
	width: 480px;
	height: 440px;
	color: #c8c8c8;
	font-size: 14px;
	margin: 0;
	padding: 7px;
	/*border: 1px solid #fff;*/
}

#bottomlink {
	height: 40px;
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
}

#bottomlink .topbtn {
	background: transparent url(../img/btn.gif) no-repeat top;
	width: 71px;
	height: 31px;
	margin: 0 5px 0 5px;
	padding-top: 8px;
	float: left;
}

#bottomlink .backbtn {
	background: transparent url(../img/btn.gif) no-repeat top;
	width: 71px;
	height: 31px;
	margin: 0 5px 0 5px;
	padding-top: 8px;
	float: left;
}

#bottomlink a:link, #bottomlink a:visited {
	text-decoration: none;
	color: #ccc;
}

#bottomlink a:hover {
	color: #fff;
	text-decoration: underline;
}

#bottomlink .lbreak {
	width: 300px;
	float: left;
}

#bottomlink .rbreak {
	width: 50px;
	float: right;
}

