body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font: 10px/14px Arial, Helvetica, Geneva, sans-serif;
	background: #000;
	overflow-x: hidden;
}

a, a:visited, a:hover, a:active {
	color: #c68532;
	text-align: left;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

#background {
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	line-height: 14px;
	overflow: hidden;
}

#background img {
	width: 100%;
}

#header {
	margin-top: 50px;
	margin-bottom: 17px;
	overflow: hidden;
}

h1, h2 {
	float: left;
	font-weight: normal;
}

h1 {
	color: #FFF;
}

/*column 1*/
h1, li em {
	width: 50px;
	margin-right: 14px;
	text-align: right;
}

h2 {
	color: #FBA93E;
}

#content {
	z-index: 100;
	position: relative;
	margin-left: 88px;
}

ul {
	left: 119px;
	width: 500px;
	font-size: 10px;
	line-height: 14px;
}

ul#tracklisting {
	clear: left;
	margin-bottom: 35px;
}

ul#download {
	margin-bottom: 88px;
}

ul#credits {
	left: 147px;
	margin-bottom: 20px;
	margin-left: 64px;
}

li, li em, li, span, li strong {
	display: block;
	height: 14px;
	font-weight: normal;
	font-style: normal;
	color: #9E9E9E;
	overflow: hidden;
}

li em, li span, li strong {
	display: block;
	float: left;
}

li span {
	width: 180px;
}

li strong {
	color: #C68532;
}