/*********************************************************************
   sports/madden07/footer.css for EA.com
   code by Ernie Bin (ebin(AT)blastradius.com)
*********************************************************************/

/* IMPORT SPORTS.COM footer.css */
@import url(../../_css/footer.css); 
   
#footer {
background: none;
}
#footerbg {
   position:relative;
   top: -80px;
   background: #000;
   width:890px;
   height:53px;
   margin:0px auto;
   opacity: 0.80;
   -moz-opacity: 0.80;
   -khtml-opacity: 0.80;
   filter: alpha(opacity=80);
   }
#footerbox {
   position:relative;
   width:880px;
   height:43px;
   padding:5px;
   margin:0px auto;
   line-height:14px;
   color:#666666;
   font-size:0.8em;
   background:none;
   }
#footer a {
   text-decoration:none;
   color:#666;
   }
#footer a:hover {
   color:#999;
   } 
#footer ul {
   position:absolute;
   left:160px;
   margin:0px;
   padding:0px;
   list-style:none;
   width:450px;
   }
#footer li {
   margin:0px; 
   padding:0px;
   width:150px;
   float:left;
   }
#esrb {
   position: absolute;
   top:5px;
   }
#copyright {
   
   left:610px;
   width:250px;
   
   }

#subfooter {
   text-align:left;
   background:url(../_img/bg_subfooter.png);
   border:none;
}
#subfooter div  {
   padding:5px;
}
#subfooter img {
   margin-right:10px;
}
