body
{
 background-color: black;
 z-index: 0;
}

.top_banner 
{
 position: absolute;
 display: block;
 left: 160px;
 top: 0px;
 height: 120px;
 z-index: 50;
}

.main_image 
{
 position: absolute;
 top: 130px;
 left: 20px;
 height: 467px;
 width: 700px;
 border-color: gray;
 border-width: thin;
 border-style: solid;
 z-index: 100;
}

.names
{
 display: block;
 position: relative;
 top: 0px;
 left: 120px;
 text-decoration: underline;
 vertical-align: top;
 height: 100px;
 width: 460px;
 z-index: 500;
 border: thin double #333333;
  font-family: serif;
  font-size: larger
}

.name1
{
 left: 10px;
 position: absolute;
 width: 80px;
  height: 50px;
 top: 0px;
 color: #CEB88A;
 text-decoration: underline;
 text-align: center;
 vertical-align: top;
 z-index: 50;
}

.name2 
{
 left: 110px;
 display: block;
 position: absolute;
 width: 70px;
 height: 50px;
 color: #CEB88A;
 text-decoration: underline;
 text-align: center;
  vertical-align: top;
 z-index: 50;
}

.name3 
{
 left: 200px;
 display: block;
 position: absolute;
 width: 70px;
 height: 50px;
 color: #CEB88A;
 text-decoration: underline;
 text-align: center;
 vertical-align: top;
 z-index: 50;
}

.name4
{
 left: 285px;
 display: block;
 position: absolute;
 width: 70px;
 height: 50px;
 color: #CEB88A;
 text-decoration: underline;
 text-align: center;
 vertical-align: top;
 z-index: 50;
}

.name5
{
 left: 370px;
 display: block;
 position: absolute;
 width: 80px;
 height: 50px;
 color: #CEB88A;
 text-decoration: underline;
 text-align: center;
 vertical-align: top;
 z-index: 50;
}

.name_bottom
{
 position: absolute;
 display: block;
 top: 50px;
 width: 400px;
 left: 30px;
 text-decoration: none;
 text-align: center;
 z-index: 200;
 font-size: large;
 color: #00CCFF !important;
}


.home_link
{
 position: absolute;
 left: 20px;
 top: 680px;
 height: 40px;
 color: #CEB88A;
 text-align: left;
}

 .footer_line
{
 position: absolute;
 display: block;
 left: 0px;
 top: 740px;
 width: 100%;
 height: 2px;
 background-color: #808080;
}

.footer_text
{
 position: absolute;
 display: block;
 left: 20px;
 top: 750px;
 z-index: 50;
 color: white;
}

a:link
{
 color: #CEB88A;
}

a:visited
{
 color: #CEB88A;
}

.h3
{
 font-family: serif;
}