body	{
	font-family: "Lucida Console", Monaco, monospace;
	background-color: #333;
	/* background: #333 url('/img/bg_circle.gif') repeat left top fixed;
	background: #333 url('http://static.zooomr.com/images/741191_1fee5efa0e_b.jpg') repeat left top fixed; */
}
a	{
	color: red;
}
a:hover {
	color: white;
	background-color: red;
	text-decoration: none;
}
.image {
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
}
h1	{
	background: transparent url('/img/rounded_top.gif') no-repeat top left;
	margin: 0;
	margin-bottom: -35px;
	padding: 20px;
	left: -20px; top: -20px;
	position: relative;
	width: 465px; height: 35px;
}
h1 .image	{
	background-image: url('/img/unrecorded.png');
	width: 465px; height: 35px;
}
h2	{
	/* font-family: georgia, times, serif; */
	margin: 10px 0;
}
h3	{
	font-weight: normal;
	font-size: 10pt;
	margin-bottom: 20px;
}
hr	{
	clear: both;
}
input, textarea	{
	border: solid 1px #ccc;
	font-family: "Lucida Console", Monaco, monospace;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
}
input:focus, textarea:focus {
	background-color: #eee;
	border: solid 1px black;
}
input.button {
	cursor: pointer;
}
input.button:hover {
	background-color: white;
}
li	{
	line-height: 1.5em;
}

#content {
	background: white url('/img/rounded_middle.gif') repeat-y;
	/* border: solid 1px blue; */
	overflow: visible;
	padding: 20px;
	padding-top: 0;
	position: relative;
	top: 80px; margin-left: 15%;
	width: 465px;
}
#contentbottom {
	background: transparent url('/img/rounded_bottom.gif') no-repeat;
	position: relative;
	top: 80px; margin-left: 15%;
	width: 510px; height: 30px;
}
	
a#home {
	position: absolute;
	top: 10px; right: 20px;
}
.hidden {
	clear: both;
	margin-bottom: -15px;
	visibility: hidden;
}

img.cdcover	{
	background-color: #ddd;
	border: solid 1px black;
	float: left;
	margin: 0 50px 20px 15px;
}
ol.tracklist {
	margin-left: 180px;
}

a#virb {
	position: absolute;
	right: 40px;
	margin: 0;
	display: block;
}
a#virb .image {
	margin-left: -5px;
	background-image: url('/img/virb.png');
	height: 23px;
	width: 66px;
}
a#virb:hover {
	color: red;
	text-decoration: none;
}
a#virb .image:hover {
	background-position: left bottom;
}
