html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index: auto;
}
body {font-family:verdana, arial, sans-serif; }

h1 {
	 
    font-size: 150%;
    font-family:'Trebuchet MS','Lucida Grande',  'Verdana', sans-serif; 
    font-weight:bolder;
}

 h2 {
	
    font-size: 135%;
    font-family:'Trebuchet MS','Lucida Grande',  sans-serif;
    font-weight:bolder;
   
} 

h3 {
	
    font-size: 110%;
    font-family:'Trebuchet MS','Lucida Grande', sans-serif;
    font-weight:bolder;
 
}
h4{
	
    font-size: 10px;
    font-family:'Trebuchet MS','Lucida Grande', sans-serif;
   
} 
h5{
	font-size: 70%;
	font-family:'Trebuchet MS','Lucida Grande', sans-serif;
	margin-left:50%;
	margin-top: -2%;
}

h6 {

	font-size: 70%;
	font-family:'Trebuchet MS','Lucida Grande', sans-serif;
	text-align:right;
	margin-left:2%;
	margin-top: 2%;
}
p{
	font-size: 80%;
	font-family: 'Verdana', sans-serif;
	line-height: 150%;    
}


#bckgrd {
	position:absolute;
	width:100%;
	height:100%;
	z-index:7;
	visibility: visible;
	background-color: #000000;	
}


#stage {
	width:80%;
	height:60%;
	z-index:11;
	position: absolute;

	margin-top: 10%;
	margin-left: 10%;
	margin-right: auto;
		
	
}

			  #quote2  {
	position: absolute;
	width:50%;
	height:60px;
	font-size:85%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin-left: 25%;
	margin-top: 58%;
	margin-right: auto;
	line-height: 110%;
	z-index: 12;
	left: 267px;
	top: -111px;
	color: #FFFFFF;
			  }



			  
		
	
#marker a{
	color: #336666;
}
			
	a:visited {
	color: #333333;
	text-decoration:none;
	
	
}
a:active {
   color:#336666;
	text-decoration:none;
}
a:link {
   color:#000000;
	text-decoration:none;
	
}
a:hover {
	color: #336666;
	text-decoration:underline;
} 
