body {
   color: #EEEEEE;
   background-color: #000000;
   margin: 0px 0px 0px 0px;
   font-size: 14pt;
   font-family: sans-serif;
}


/*            Custom            */

#container {
   position: absolute;   
   left: 50%;
   top: 60px;
   margin-left:-475px; 
}

#translucentbkg {
   width: 950px; 
   height: 260px;     /* to match # of thumbnails          */
   background-color: #111111;       
   filter:alpha(opacity=60);
   -moz-opacity:0.6;
   opacity: 0.6;
   border-width:1px;
   border-style:solid;
   border-color: #CCCCCC;
}

#opaquetext {
   background-color: transparent;   
   position: absolute;              
   z-index: 2;                      
   top:100px;
   margin-left:130px;
   width: 750px;
}

#titlelogo {
   background-color: transparent;
   position: absolute;
   top: -62px;
   margin-left:-84px; 
   z-index: 3;
}
#titlelogo img {
   border: 0px;
}

#titlegraphic {
   background-color: transparent;
   position: absolute;
   top: -42px;
   margin-left:50px; 
   z-index: 3;
}
#titlegraphic img {
   border: 0px;
}

#copyr {
   color: #AAAAAA;
   font-size: 7pt;
   font-family: sans-serif;
   text-align:center;
   z-index: 8;
}
