#wrap { 
    margin: 0 auto;
    top: 0px; 
    padding:0px;
    background-repeat: no-repeat;

}

.h1 {
	font-family: 'Times New Roman';
	font-size:18pt;
	color:#900;
	text-align:left;
	line-height:16pt;
	letter-spacing:2pt;
	font-weight:300;
	font-style:italic;
}
.h2 {
	font-family: 'Times New Roman';
	font-size:18px;
	color:#900;
	text-align:left;
	line-height:16px;
	letter-spacing:1px;
	font-weight:300;
	font-style:italic;
}

.main
{
	padding: 0px;
	position: relative;
	top: 0px;
	left:0px;
}
.display1
{
    position:absolute;
    top:200px;
    right:0px;
    width:500px;
    z-index:1;
}
.display2
{
    position:absolute;
    top:80px;
    right:0px;
    border:1px solid #000;
    width:700px;
    padding:10px;
    background-color:#FFF;
    z-index:1;
}
.music
{
    position:absolute;
    top:200px;
    right:20px;
    border:0px solid #000;
    width:1200px;
    z-index:1;
}
.bands
{
    position:absolute;
    top:200px;
    right:20px;
    border:0px solid #000;
    width:1200px;
    z-index:1;
}
.video
{
    position:absolute;
    top:200px;
    right:0px;
    border:0px solid #000;
    width:800px;
    z-index:1;
}
.text_36
{
    font-family:"Verdana";
    font-size:36px;
    font-style: oblique;
}
.text_24
{
    font-family:"Verdana";
    font-size:24px;
    font-style:normal;
}
.text_18
{
    font-family:"Verdana";
    font-size:18px;
    font-style:normal;
}
.sub_text {
    font-family:"Verdana";
    font-size: 16px;
    font-style:normal;
}
#stage {
	
	background-color:#FFF;
	width:550px;
	color:#000;
	 padding:20px;
	 z-index:2;
  -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    border:#900 solid 2px;
}

a:link {
	font-family:"Verdana";
	font-size: 24px;
	color: #C00;
	text-decoration: none;
}
a:hover {
	font-family:"Verdana";
	font-size: 24px;
	color: #F00;
	text-decoration: underline;
}

a:visited {
	font-family:"Verdana";
	font-size: 24px;
	color: #C00;
	text-decoration: none;
}
a.footer:link {
	font-family:"Verdana";
	font-size: 16px;
	color: #000;
    text-decoration: none;
}
a.schedule:link {
	font-family:"Verdana";
	font-size: 18px;
	color: #00F;
    text-decoration: none;
}
a.inline:link {
	font-family:"Verdana";
	font-size: 24px;
	color: #00F;
    text-decoration: none;
}
a.inline:hover {
	font-family:"Verdana";
	font-size: 24px;
	color: #00F;
    text-decoration: underline;
}
#footer {
	height:24px;
	width:100%;
	color:#000;
	text-align:center;
	letter-spacing:1px;
	font-family: "Verdana";
	font-size:16px;
	position:fixed; 
	bottom:0px; 
	z-index:1;
	background-color: #FFF;
}
.body
{
	background-image: url('images/dp-sunshine.jpg'); no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  	background-color: #FFF;
    background-repeat: no-repeat;
}

#top_menu
{
	z-index: 2;
	position: fixed;
	top: 0px;
	height: 100px;
	width: 100%;
    text-align: center;
    font-family:"Verdana";
    font-size: 24px;
    color: #FFF;
}

#logo {
position:absolute; left:10px; bottom:10px; border:1px black solid; z-index:0;
}
#credit {
position:relative; bottom:20px; z-index:3;
}
