
/* 
NIGHTMARE THEATRE - Stylesheet
(c) Copyright, Si Dunford, June 2010
http://www.tabooclub.net/nightmaretheatre
*/

#nightmaretheatre {
	background:url(theatre.png);
	height:114px;
	width:800px;
	display:block;
}
#theatrewrapper {
	width:800px;
	margin:0 auto 0 auto;
	background-image:url(theatrebg.jpg);
/*	background-attachment:fixed; */
	background-repeat:no-repeat;
	background-position:-70px 100px;
}
#bands {
	font-weight:bold;
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
}
#bands .evening {
	font-size:3.2em;
}
#bands .daytime {
	font-size:1.8em;
}

#leftc {
	float:left;
	height:400px;
	width:399px;
}
#leftc .content {
	text-align:center;
	margin-top:50px;
	background:url(50percentblack.png);
}
.black {
	color:#000000;
	background:#ffffff;
}
#rightc {
	float:right;
	height:400px;
	width:389px;
}
#rightc .content {
	margin-top:50px;
	text-align:center;
}

