* {
  margin: 0px;
  padding: 0px;
}

 html, body{
   height: 100%;
 }

 body{
   background:url("images/background-gradient.jpg") repeat-y center;
   font-family: Verdana, Helvetica, "Times New Roman", Times, sans-serif;
   color: #000;
   text-align: center;
 }
 
 h1{
   text-align: center;
   font-variant: small-caps;
   font-weight: 200;
   letter-spacing: 1px;
   padding-top:25px;
 }

 h2{
   margin: 10px 0 0 0;
   text-align: center;
   font-variant: small-caps;
   font-weight: 100;
   letter-spacing: 2px;
 }
 
 h3{
   margin: 10px 5px 10px 15px;
   font-variant:small-caps;
   font-weight:200;
   text-align: left;
 }
 
 a{
  text-decoration: none;
  color: #000;
  font-weight: 100;
 }

 a:hover,
 a:active{
   color: #000000;
   text-decoration: underline;
 }

 #wrap{
   display: block;
   margin: 0 auto;
   width: 750px;
   min-height: 100%;
   height:auto !important;
   height:100%;
   background-color: #ffffff;
   background:url(images/whoisthat_mirror.jpg) top center;
   padding: 10px;
 }

 #header{
   margin-bottom: 15px;
   height: 150px;
 }
 
 #header img{
   margin-left: 40px;
   margin-top:25px;
   float: left;
 }
 
 #breadcrumbs{
   text-align: left;
   margin-bottom: 15px;
 }
 
 #text{
   width: 550px;
   margin: auto;
   margin-bottom: 30px;
   padding: 8px;
   border-top: 2px solid #666;
   border-bottom: 2px solid #666;
   text-align: left;
   background-color: #C8BDBB;
 }
 
 #text li{
   margin-left: 15px;
 }
 
 #filmstrip{
   margin-bottom: 10px;
 }
 
 #filmstrip table{
   background-color: #000000;
   border: 0;
   width: 750px;
 }

 #filmstrip img{
   border: 0;
 }
 
 #navigation table{
   border: 0;
   margin: 0 0 20px 0;
   text-align: center;
   width: 750px;
 }

 #navigation li{
    list-style-type: none;
    text-align: left;
    margin: 5px 10px 10px 10px;
 }
 
 #image img{
   margin: 10px 0 20px 0;
   border: 1px solid #000000;
 }

 #footer p{
   text-align: center;
   color: #000000;
   font-family: Verdana, Times New Roman, Helvetica;
   font-style: italic;
   font-size: 8pt;
 }