html, body {
	margin: 0;
	padding: 0;
	background: #000;
	text-align: center;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	height: 100%;
}

.infobox {
	margin-bottom: 50px;
}
#main {
	margin: 0 auto;
 	width: 600px;
	padding: 20px 0;
}
img {
	border:0;
}
h1 { font-size: 65px; }

h2 {
	font-size: 24px;
	margin: 0;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	margin: 0;
	font-weight: bolder;
}
a {
	font-size: 13px;
	margin: 0;
	color: #CCC;
	font-weight: bold;
}
a:hover {
	color: #666;
}	
.tracklist {
	text-align: center;
	text-transform: inherit;
} 	
.tracklist ul {
	margin: 0;
	list-style-type: none;
	list-style-position: default;
}
.infotext {
	font-size: 10px;
}
#main div {
	margin-top: 10px;
	text-align: center;
	text-transform: inherit;
}
table.tour td {
	padding: 2px 0;
	border-top: 1px solid #666;
	text-align: left;
}	
table.tour {
	border-bottom: 1px solid #666;
	
}
