﻿html {height:100%;width:100%;}
form {width:100%;height:100%;}
body {position:absolute;height:100%;width:100%;background-color:black; margin:0px;font-family:"Arial Black";}
a {color:black;}
a:hover{text-decoration:none; color:black;}
h1{color:black; margin-top:5px; margin-bottom:5px;}
h2{color:black; margin-top:5px; margin-bottom:5px;}
img {border:none;}
span {background-color:White;}
#Outer {
  position: absolute;
  /*top: 50%;*/
  left: 0px;
  width: 100%;
  height: 100%;
  overflow:visible;
}
 
#MainStage 
{
	/*height:530px; */
	height:100%;
	width:960px; 
	background-color:transparent;
	margin-left: -480px;  /***  width / 2   ***/
	position: absolute;
	/* top: -275px; */          /***  height / 2   ***/
	left: 50%;
	/*padding:10px;*/
}

#Masthead {width:960px; height:120px; overflow:hidden; border:none;}
.Menu {float:left;}

#Page 
{
    background-color:Transparent; 
    color:#404040; 
    width:100%; 
    height:80%; 
    min-height:380px;
    overflow:auto; 
    float:left;
    scrollbar-base-color:#C21C72;
    scrollbar-arrow-color:black;
    scrollbar-track-color:black;
    scrollbar-shadow-color: black;
    scrollbar-highlight-color: black;
    scrollbar-3dlight-color: black;
    scrollbar-darkshadow-color: black; 
    padding-left:5px;
    padding-right:5px;
    background:url('/images/black_bg.png') no-repeat;
}

#PageIframe 
{
    background-color:Transparent; 
    color:#404040; 
    width:100%; 
    height:80%; 
    min-height:380px;
    overflow:auto; 
    float:left;
    scrollbar-base-color:#C21C72;
    scrollbar-arrow-color:black;
    scrollbar-track-color:black;
    scrollbar-shadow-color: black;
    scrollbar-highlight-color: black;
    scrollbar-3dlight-color: black;
    scrollbar-darkshadow-color: black; 
    border:none;
}

#Footer {width:960px; height:30px; overflow:hidden; bottom:0px;}

#Links{width:815px; height:20px; padding-top:10px; float:left;}
#SeeUsOn {height:20px; width:auto; float:left; vertical-align:middle; padding-left:5px; padding-right:5px; font-weight:bold;}
#PoweredByOuter {width:145px; height:20px; padding-top:10px;}

#MusicList {}
#MusicList .MusicListItem {height:18px; font-size:20px; list-style-image:url('/images/icon_music_01_red.gif'); padding-bottom:15px; padding-left:5px;}

