html,body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,table {
margin: 0px;
padding: 0px;
border:0px;
}

html { font-size: 13px; font-family:  arial, Verdana, Arial, sans-serif; }
body {
	background-color:black;		
}
h1{
	font-size:18px;
}
a{
	color:black;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
a:hover{
	text-decoration:underline;
}
#heading {
	display: block;
	text-align: center;
	height:27px;
	width:570px;
	padding: 4px;
}
#heading * {
	display: inline;
	font-family: arial, helvetica;
	font-size: 14px;
	font-weight:bold;
	user-select: none;
	cursor: pointer;
	vertical-align: middle;
}
#heading div.active {
	background:url("../images/tab_select_bg.gif");
	background-repeat:repeat-x;
	color:white;
}
#panes {
	text-align: justify;
	border-style: none;
	width: 570px;
}

#panes div div { overflow: hidden; }

#background {
	width:1000px;
	height:700px;
	background-image:url("../images/weblayout2_bg.gif");
	background-repeat:no-repeat;
	position:absolute;
	left:50%;
	margin-left:-500px;
}
#wrapper {
	position:relative;
	width:570px;
	height:500px;
	top:171px;
	left:350px;
}		
#outerwrapper {
	position:relative;
	width:900px;
	height:580px;
}
#links{
	position:absolute;
	top:575px;
	left:50%;
	margin-left:-260px;
	width:430px;
	height: 100px;
}
#map{
	position:absolute;
	left:50%;
	width:430px;
	height:80px;
	margin-left:-250px;
}
#fancollector{
	position:relative;
	height:120px;
	width:434px;
}
#musicplayer{
	position:absolute;
	left:50%;
	margin-left:185px;
	top:575px;
	height:83px;
	width:252px;
}
#showschedule{
	position:relative;
	height:350;
	width:434;
}
#loading{
	Position:absolute;
	background-color:black;
	top:0px;
	left:0px;
	height:1400px;
	width:1800px;
	color:white;
	z-index:1000;
}
#news{
	width:570;
	height:180;
}