@charset "utf-8";
#wrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
}
#header {
	width:1000px;
	margin-left:0px;
	margin-right:0px;
	background-color:#000;
}
#content {
	width:1000px;
	background-color:#000;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
}
#contentleft {
	float:left;
	width:760px;
	margin-left:0px;
	background-color:#000;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
}
#contentright {
	float:right;
	width:240px;
	background-color:#000;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
}
#upcomingshows {
	width:1000px;
	height:auto;
	margin-left:0px;
	margin-right:0px;
	background-color:#000;
	text-align:center;
}
.menu {
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
}

.menu_item {
	display:inline;
	float:left;
}
body,td,th {
	color: #FFF;
}
body {
	margin:0;
	background-color:#000;
	background-image: url('images/curtain.jpg');
	background-repeat:no-repeat;
}
#topleft{
	background-image: url('images/left-spot.jpg');
    background-repeat: no-repeat;
	left:0px;
	top:0px;
	position:absolute;
	height:300px;
	width:300px;
	margin:0px;
	overflow:hidden;
}
#topright{
	background-image: url('images/right-spot.jpg');
    background-repeat: no-repeat;
	right:0px;
	top:0px;
	position:absolute;
	height:300px;
	width:300px;
	margin:0px;
	overflow:hidden;
}