@charset "UTF-8";

body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	}

#wrap {
	margin: 0 auto;
	width: 500px;
	margin-top: 230px;
	}

.left {
	width: 215px;
	margin-left: 20px;
	margin-right: 10px;
	float: left;
	text-align: center;
	}

.tracklisting {
	font-size: 9px;
	line-height: 15px;
	}
	
.forcer {
	clear: both;
	}

.footer {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 9px;
	font-weight: bold;
	}

a {
	color: #000000;
	text-decoration: none;
	}