﻿body {
	background: #808080 url("../images/box-middle.gif") repeat-y top center;
	font: normal normal medium Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}
a {
	color: #0ad;
}


#container {
	margin: 0 auto;
	text-align: left;
	width: 500px;
}
#container-gutter {
	background: url(../images/single.gif) no-repeat;
	padding: 80px 0 30px 180px;
	width: 298px;
}


h1 {
	background: url("../images/flatspinrecords-logo.gif") no-repeat;
	height: 33px;
	margin: 0 0 10px;
	padding: 0;
	width: 298px;
}
h2 {
	background: url("../images/tagline.gif") no-repeat;
	height: 32px;
	margin: 0 0 30px;
	padding: 0;
	width: 295px;
}
h1 span, h2 span {
	display: none;
}
p, blockquote {
	font-size: 82%;
	line-height: 1.5em;
}
p {

	text-align: justify;
	margin: 0 0 1.5em;
	padding: 0;
}
p.footnote {
	font-size: 70%;
}
p.footnote, p.footnote a {
	color: #999;
	text-decoration: none;
}
p.footnote a:hover {
	color: #333;
}


blockquote {
	background: url("../images/quotes.gif") no-repeat top left;
	margin: 0 0 1.5em;
	padding: 0 0 0 40px;
}
blockquote span {
	background: url("../images/quotes.gif") no-repeat bottom right;
	display: block;
	padding-right: 30px;
}
blockquote cite {
	color: #999;
}
