/* container has a background image */
a.player 
{	
   margin-top: 0px;		
   display: block;
   background: url(/flow/images/splash320x260.png) no-repeat;
   width: 320x;
   height: 260px;
   padding: 0px 0px 0px 0px;	
   text-align: center;
   color: #fff;
   text-decoration: none;
   cursor: pointer;
}

/* splash image */
a.player img 
{
   margin-top: 115px;
   border: 0;	
}
