body {
	background: url('background.png') repeat-y #BCBCBC;
	padding:0px;
	text-align:center;
	font-family: sans-serif;
	font-size: 10pt;
}

h1 {
	font-size: 60pt;
	margin-bottom: 10px;
}
h2 {
	font-size: 30pt;
	margin-bottom: 10px;
}

/* centering rule */

#images, #play, #tracks, #copyright, #tracklist, #artists, #lyrics, #linernotes {
	display: block;
	margin: 0 auto;
	border: 1px solid black;
}

#images {
	width: 692px;
	background: #888;
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
}
#images img {
	width: 100px;
	height: 100px;
	border: 1px solid #aaa;
	padding: 0px;
	margin: 5px;
	display: inline;
}
#images img:hover {
	border: 1px dashed #55e0ff;
}

#copyright {
	width: 100%;
	margin-top: 5px;
	text-align: right;
	border: none;
}
#copyright img {
	display: inline;
	float: left;
	clear: left;
	margin-bottom: 5px;
	width: 88px;
	height: 31px;
}
#copyright p {
	margin-top: 0px;
	padding-left: 5px;
	vertical-align: middle;
	font-size: 8pt;
}

#tracklist {
	width: 692px;
	background: #fff;
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
	margin-top: 5px;
}

#tracklist .track {
	display: block;
	margin: 3px auto;
	width: 650px;
	padding: 5px;
	text-align: left;
	clear: both;
	height: 105px;
}

#tracklist .track img {
	display: inline;
	float: left;
	margin-right: 20px;
	width: 100px;
	height: 100px;
}

#tracklist .track .timestart {
	display: inline;
	font-size: 20pt;
	margin-right: 20px;
}

#tracklist .track .artist {
	display: inline;
	font-size: 20pt;
	color: blue;
}

#tracklist .track .tracktitle {
	display: block;
	font-size: 16pt;
	color: black;
}

#tracklist .track .extra {
	display: block;
	font-size: 10pt;
	color: black;
}


#play {
	width: 692px;
	background: #fff;
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
	margin-top: 5px;
}

#artists {
	width: 692px;
	background: #fff;
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
	margin-top: 5px;
}

#artists .artist {
	display: block;
	margin: 3px auto;
	width: 650px;
	padding: 5px;
	text-align: left;
	clear: both;
	height: 105px;
}

#artists .artist img {
	display: inline;
	float: left;
	margin-right: 20px;
	width: 100px;
	height: 100px;
}

#artists .artist .artistname {
	display: inline;
	font-size: 20pt;
	color: black;
}

#artists .artist .website {
	display: block;
	font-size: 11pt;
	margin-bottom: 5px;
}

#artists .artist .tracktitle {
	display: block;
	font-size: 9pt;
	color: black;
}

#artists img, #tracklist img {
	border: 1px solid black;
}


#lyrics {
	width: 692px;
	background: #fff;
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
	margin-top: 5px;
	text-align: left;
}

#lyrics p + h3 {
	margin-top: 30px;
}


#linernotes {
	width: 692px;
	background: #fff;
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
	margin-top: 5px;
	text-align: left;
}


#linernotes img {
	display: inline;
	margin: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}

#linernotes img + p {
	margin-top: 0px;
}