/*********************************************************************
   sports / madden challenge 06 / grid.css for EA.com
*********************************************************************/

/* IMPORT SPORTS.COM grid.css */
@import url(../../_css/grid.css); 

.blockBg {
   background-color:#000;
   opacity: 0.45;
   -moz-opacity: 0.45;
   -khtml-opacity: 0.45;
   filter: alpha(opacity=45);
   }

#grid { top: -10px; }
 
