/* CSS Document */
body{
 background-image:url(testbg.gif);
  background-attachment: fixed;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;

  
 }

table.tracktable{
   font-family:Arial, Helvetica, sans-serif;
   font-size:18px;
   font-weight:bold;
   color:#F5F5F5;
   filter: glow(color=black, strength=2;
   
     } 

h2 {
font-weight:bold;
color:black;
 } 
	 			
#container {
            
}

#translucentbkg {
   width: 100%; height: 400px;        
   background-color: whitesmoke;       
   filter:alpha(opacity=0, FinishOpacity=70, Style=2, StartX=50, StartY=50, FinishX=300, FinishY=300,);
   position: fixed;
   
}

#opaquetext {

   width: 474px; height: 0;     
   background-color: transparent;   
   position: absolute;              
   z-index: 2;                      
}

 

	   

