#wrap { 
    margin: 0 auto;
    top: 0px; 
    padding:10px;
    background-repeat: no-repeat;
    text-align: center;

}
.body
{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  	background-color: #FFF;
    background-repeat: no-repeat;
    font-family: "Verdana", "san-serif";
}
.main
{
	padding: 10px;
	position: relative;
	top: 0px;
	left:0px;

}
#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;
}

p {
    font-family: "Verdana", "san-serif";
	font-size:16px;
	color:#333;
	text-align:left;
	line-height:26px;
    text-indent: 50px;

}
.h1 {
  font-family: "Verdana", "san-serif";
	font-size:18pt;
	color:#FF0;
	text-align:left;
	line-height:16pt;
	letter-spacing:2pt;
	font-weight:300;
	font-style:italic;
}
.h2 {
  font-family: "Verdana", "san-serif";
	font-size:18px;
	color:#900;
	text-align:left;
	line-height:16px;
	letter-spacing:1px;
	font-weight:300;
	font-style:italic;
}


.display1
{
    position:absolute;
    top:200px;
    right:0px;
    width:500px;
    z-index:1;
}
.display2
{
    position:relative;
    top:10px;
    border:0px solid #000;
    width:900px;
    padding:10px;
    background-color:#CCC;
    z-index:1;
}
.music
{
    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;
    color: #FFF; 
}
.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: blue;
	text-decoration: none;
}
a:hover {
	font-family:"Verdana";
	font-size: 24px;
	color: red;
	text-decoration: underline;
}

a:visited {
	font-family:"Verdana";
	font-size: 24px;
	color: lightblue;
	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;
}


#logo {
position:fixed; border:0px black solid; z-index:0; text-align:center;
}
#credit {
position:relative; bottom:20px; z-index:3;
}
