body{
 background-color: black;
 background-repeat: no-repeat;
 background-attachment:fixed;
 background-color: black;
 text-align: left;
}

h1 {
 font-family:  "Times New Roman", Times, serif;
 font-size: 130%;
 letter-spacing:  .85em;
 line-height: .5em;
 text-align: center;
 padding-left: 15px;
}

#homecontent {
 display: block;
 position: fixed;
 width: 325px;
 left:520px;
 top:25px;
 color: white;
 text-align: center;
}

#navcontain_home {
 display: block;
 position: relative;
 line-height: 1.6em;
 width: 325px;
 top: -10px;
}

#sitemeter {
 display: block;
 position: fixed;
 width: 100px;
 left:-9999px;
}

#reel {
 background-color: black;
 display:block;
 position: fixed;
 width: 555px;
 left:185px;
 top:105px;
}

#caption {
 font-family:  sans-serif;
 font-size: 80%;
 color: #56797F;
}


.title {
 color:gray;
 font-family: Optima, sans-serif;
 letter-spacing: .3em;
 font-size: 105%; 
}

a.homenav:link {color: #d2b48c;font-family:  Optima, sans-serif; font-weight: bold;font-size: 90%;}
a.homenav:visited {color: #d2b48c;font-family:  Optima, sans-serif; font-weight: bold;font-size: 90%;}
a.homenav:hover {color: gray;font-family:  Optima, sans-serif; font-weight: bold;font-size: 90%;}
a.homenav:active {color: #d2b48c;font-family:  Optima, sans-serif; font-weight: bold;font-size: 90%;}

a:link {text-decoration: none;}    /* unvisited link */
a:visited {color: #d2b48c; text-decoration: none;} /* visited link */
a:hover {color:gray; text-decoration: none;}   /* mouse over link */
a:active {color:#d2b48c; text-decoration: none;}  /* selected link */
