#cover {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100px;
	background:black;
	filter:alpha(Opacity=20);
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	z-index: 100;
}

#dialog {
	display:none;
	left:200px;
	top:50px;
	width:650px;
	height:550px;
	position:absolute;
	z-index:100;
	background:white;
	padding:2px;
	font:10pt tahoma;
	border:1px solid gray
}


#dialog1 {
	display:none;
	left:200px;
top:50px;
width:650px;
height:550px;
position:absolute;
z-index:100;
background:white;
padding:2px;
font:10pt tahoma;
border:1px solid gray
}

#dialog2 {
	display:none;
	left:200px;
	top:50px;
	width:650px;
	height:550px;
	position:absolute;
	z-index:100;
	background:white;
	padding:2px;
	font:10pt tahoma;
	border:1px solid gray
}


#dialog3 {
	display:none;
	left:200px;
	top:50px;
	width:650px;
	height:550px;
	position:absolute;
	z-index:100;
	background:white;
	padding:2px;
	font:10pt tahoma;
	border:1px solid gray
}

#dialog4 {
	display:none;
	left:200px;
	top:50px;
	width:650px;
	height:550px;
	position:absolute;
	z-index:100;
	background:white;
	padding:2px;
	font:10pt tahoma;
	border:1px solid gray
}
#dialog5 {
	display:none;
	left:200px;
	top:50px;
	width:650px;
	height:550px;
	position:absolute;
	z-index:100;
	background:white;
	padding:2px;
	font:10pt tahoma;
	border:1px solid gray
}

.mainimage {
	z-index: 0;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	background-attachment: fixed;
	background-image: url(images/shows_02.jpg);
	width: 735px;
	height: 651px;
}

.backtable {
	top: 135px;
	left: 50px;
	position: absolute;
	z-index: 1;
	width: 600px;
	vertical-align: top;
	height: 500px;
	background-image: url(translucent.png);
	background-repeat: repeat;
	background-attachment: fixed;
	overflow: scroll;
}
.contacttable {
	top: 135px;
	left: 250px;
	position: absolute;
	z-index: 1;
	width: 600px;
	vertical-align: top;
	height: 468px;
	background-image: url(translucent.png);
	background-repeat: repeat;
	background-attachment: fixed;
	overflow: scroll;
}
p {
	font-family: "Andale Mono", Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	margin: 25px;
	text-transform: uppercase;
}
a:link {
	font-family: "Andale Mono", Verdana, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration: none;
	text-transform: uppercase;
}
a:visited {
	font-family: "Andale Mono", Verdana, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration: none;
	text-transform: uppercase;
}
a:hover {
	font-family: "Andale Mono", Verdana, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: underline;
	text-transform: uppercase;
}
.andaletext {
	font-family: "Andale Mono", Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 14px;
}