html, body {
	margin: 0;
	padding: 0;
	background-image: url(../images/layout/background.png);
	background-color: #000;
	background-position: center;
	background-repeat: repeat-y;
	font-family: Tahoma;
	font-size: 12px;
	color: #6bc8ba;
	height: 100%;
	overflow: hidden;
}

div#top_bar {
	height: 30px;
	width: 100%;
	background-image: url(../images/layout/topbar.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	text-align: center;
	
}
div#header {
	background-image: url(../images/layout/header.png);
	background-position: center;
	height: 37px;
	text-align: center;
	width: 100%;
	padding-top: 110px;
	margin-bottom: 0px;
}
div.content {
	background-image: url(../images/layout/content.png);
	margin-bottom: 10px;
	text-align: center;
}
div.content .inner {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	background-image: url(../images/misc/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
div#support .inner .bits {
	text-align: center;
}

div#welcome .inner .bits {
	text-align: center;
}
img.toggle {
	cursor: pointer;
}

div#gigs {
	margin-left: 30px;
}
div#gigs #seperator {
	background-image: url(../images/misc/seperator.png);
	width: 400px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
html a {
	color: #1a6257
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

#mailinglist {
	position: absolute;
	
	top: 50%;
	margin-top: -85px;
	
	left: 50%;
	margin-left: -200px;
	
	height: 170px;
	width: 400px;
	
	color: #000;
	
	background-image: url(../images/layout/mailinglist.png);
	padding-top: 10px;
	display: none;
	text-align: center;
	border: 1px solid #000;
}

#topleftlogo {
	position: absolute;
	top:0px;
	left:0px;
}

.h {
	display: none;
}

#x {
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	padding: 5px;
	background-color: #eee;
	width: 20px;
	float: right;
}
#merch .bits {
	text-align: center;
}

#white {
	width: 109px;
	float: left;
	text-align: center;
	padding-top: 10px;
}

#black {
	width: 109px;
	float: right;
	text-align: center;
	padding-top: 10px;
}

#shirts {
	margin-left: auto;
	margin-right: auto;
	width: 218px;
}

* img {
	border: 0px solid #000;
}
.video {
	display: none;
	margin-left: 30px;
}
.videotitle {
	margin-left: 30px;
	cursor: pointer;
}
a {
	color: #6bc8ba;
}

table#discographyTable {
	padding: 10px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	text-align: center;
}

table#discographyTable td {
		width: 300px;
	
}
