html {
  
  background-color: black;
  height:100%;
  
  margin:0;
  
  max-height:100%;
  
  overflow:hidden;
  
  padding:0;

}



body {
  
font-family: BankGothic, monospace, helvetica;

  color: white;
  
background-color: #ffffff;

}



a:link {color: #ffffff; text-decoration: none;}

a:visited {color: #aaaaaa;}

a:active {color: #666666;}

a:hover {text-decoration: line-through;}



#headerImage {
  
  background-color: black;
   
  background-image: url(gallery/banner.jpg);
           background-repeat: no-repeat;
  
  background-position: center;
 
  position: absolute;
  
  display: inline;
  
  width: 90%;
  
  bottom: 70%;
  
  margin-left: 4.5%;
  
  top: 1%;
  
  z-index: 5;
  
  overflow: hidden;

}



table.dateTime {
  border:none;
  position:relative;
  
  top:-18px !important;
  
  z-index:200 !important;
    
  padding:0 !important;
  
  margin:0 !important;
  background-color: black;
  color: white;
  display: block;
  overflow: hidden;
  bottom: 90%;
  float: right;
}

#screenShotheader {
background-color: black;
  
position: absolute;
  
display: inline;
  
width: 90%;
  
bottom: 93%;
  
margin-left: 4.5%;
  
top: 1%;
  
z-index: 5;
  
overflow: hidden;
}



#mainBody {
  
background-color: black;
  
text-align: center;
  
display: inline;
  
position: absolute;
  
width: 90%;
  
margin-left: 4.5%;
  
top: 30%;
  
overflow: auto;
  
z-index: 3;
  
bottom: 5%;

}



#newsBox {
background-color: gray;
color: black;
border: 2px;
border-color: white;
width: 26%;
height: 52%;
overflow: auto;
margin-left: 37%;
position: relative;
display: block;
top: -1%;
text-align: justify;
}



p.newz {
font-weight: bold;
padding: 0;
margin: 0;
}


#screenShot {
  
background-color: black;
  
text-align: center;
  
display: inline;
  
position: absolute;
  

  width: 90%;
margin-left: 4.5%;
  
top: 8%;
  
overflow: auto;
  
z-index: 3;
  
bottom: 5%;
}

#screenshotSlide {
  
background-color: black;
  
text-align: left; 
position: absolute;  
height: 90%;
width: 10000px;
top: 30%;
  
overflow: auto;
  
z-index: 3;
  
bottom: 5%;

}

img.slide {
  display: inline;
  width: 1000px;
  height: 600px;
  float: left;
}

#footeR {
  
background-color: black;
  
position: absolute;
  
display: inline;
  
text-align: center;
  
font-size: 10pt;
  
top: 95%;
  
width: 90%;
  
margin-left: 4.5%;
  
bottom: 1%;
}



/*Created by Todd Coplien*/
