.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

body {
	background: url('../images/cedar-grey.jpg');
}

#wrapper {
	width: 964px;
	margin: 0px auto;
}

#header {
	width: 964px;
	height: 424px;
	background: url('../images/header.png') no-repeat;
}

#header ul {
	list-style-type: none;
	padding-top: 328px;
	padding-left: 580px;
}

#header ul li {
	float: left;
	padding-right: 15px;
}

#header ul li a {
	width: 48px;
	height: 48px;
}

#content {
	width: 964px;
	background: url('../images/middle.png') repeat-y;
	padding-bottom: 10px;
}

#content #main {
	float: left;
	width: 680px;
}

#main p {
	margin: 0px;
	padding-left: 30px;
	width: 650px;
}

#main #album_download {
	float: left;
	width: 194px;
	padding-left: 30px;
	padding-top: 10px;
}

#album_download a {
	display: block;
	margin-top: 10px;
	width: 194px;
	height: 44px;
	text-indent: -50000px;
	background: url('../images/download.png') 0px 0px;
}

#album_download a:active {
	background: url('../images/download.png') 194px;
}

#tracklist {
	float: left;
	width: 444px;
	margin-top: 10px;
	margin-left: 10px;
}

#tracklist p {
	padding-left: 0px;
	padding-top: 3px;
	font-size: 22px;
	color: #FFFF00;
	font-family: "Helvetica Neue", Helvetica, Arial;
	letter-spacing: 1px;
}

#tracklist ul {
	float: left;
	list-style-type: none;
}

#tracklist ul li {
	font-size: 14px;
	font-family: "Lucida Grande", Helvetica, Arial;
	color: #ECECEC;
	padding-top: 11px;
}

span.number {
	color: #3b3b3b;
}

span.details {
	font-size: 12px;
	color: #A2A2A2;
}

#donate {
	float: left;
	background-color: #020202;
	margin-left: 20px;
	width: 230px;
	height: 270px;
	margin-top: 11px;
}

#donate p {
	padding: 10px;
	font-size: 13px;
	color: #D4D4D4;
	line-height: 20px;
	font-family: "Georgia";
	font-style: italic;
}

#donate a {
	display: block;
	margin-left: 50px;
	margin-top: 5px;
}

#bottom {
	background: url('../images/bottom.png') no-repeat;
	width: 964px;
	height: 24px;
	padding-bottom: 20px;
	float: left;
}