body {
	background: #000 url(images/logo-background-black.gif) top left fixed no-repeat;
	margin: 0;
	padding: 0;
}

body, p, div, li, h1, h2, h3, h4 {
	color: #fff;
	font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif;
	font-size: 13px;
	text-align: left;
}

p {
	padding-bottom: 6px;
}

h1, h2, h3 {
	font-weight: bold;
	letter-spacing: .2em;
	text-align: left;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
}

a {
	color: #39f;
	text-decoration: none;
}

a:visited {
	color: #39c;
}

a:hover {
	color: #3cf;
	text-decoration: underline;
}

img {
	display: block;
	border: 0;
}

address {
	display: block;
	font-style: normal;
	margin-left: 48px;
}

#lastupdate {
	clear: both;
	font-size: 9px;
	font-style: italic;
	padding-top: 18px;
	text-align: right;
}

.tracklist li {
	margin-left: 2em;
	padding-left: 0;
	margin-top: 0;
	padding-top: 0;
}

.tracklist#vinyl {
	list-style: upper-alpha;
}

.info {
	color: #c0c0c0;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	margin-top: 0px;
	padding-top: 0px;
}


