body {
	background-color: black;
	background-image: url(background.png);
	background-repeat: no-repeat;
	font-family: 'Times New Roman', serif;
	font-size: 0.8em;
	color: #fff;
	width: 950px;
	margin-left: 0;
	margin-top: 120px;
}

a {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	/*background-color: #3c884a;*/
	background-color: #009043;
	color: #fff;
}

a:hover, a:active {
	background-color: #3c884a;
	text-decoration: none;
}

#playerContainer {
	position: absolute;
	top: 374px;
	left: 289px;
	width: 250px;
	padding: 0;
}

#fb {
	position: absolute;
	top: 510px;
	left: 289px;
	width: 100px;
	height: 30px;	
	padding: 0px;
}

#bandcamp {
	position: absolute;
	top: 510px;
	left: 380px;
	widht: 151px;
	height: 30px;
	padding: 0px;
	border: 0;
}

#bandcamp a {
	display: block;
	padding: 4px;
	width: 151px;
	height: 13px;
}

#contact {
	position: absolute;
	top: 283px;
	left: 531px;
	padding: 0;
}

#contact a {
	display: block;
	padding: 4px;
	width: 111px;
	height: 54px;
	padding: 0;
}

.vimeo {
	position: absolute;
	left: 289px;
	top: 550px;
	width: 352px;
	height: 225px; 
	border: 0;
}

#shows {
	position: absolute;
	left: 700px;
	top: 282px;
	background-color: #009043;
	width: 240px;
	height: 248px;
	padding: 0;
	font-size: 11px;
}

#shows h3 {
	margin: 0;
	padding-left: 6px;
	padding-right: 6px;
	border-bottom: 0px;
	font-size: 14px;
	background-color: #007030;
}

#shows p {
	/*border-bottom: 1px solid #000;*/
	margin: 0;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.oldshow {
	color: #999;
}

.boxfooter {
	position: absolute;
	bottom: 0px;
	border: 0px;
	border-top: 1px solid #000;
	width: 100%;
	padding-bottom: 4px;
}
