/*********************************************************************
   games/bf2_mc/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: -54px;
   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:#999;
   }
#footer a {
   text-decoration:none;
   color:#999;
   }
#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 {
   position: absolute;
   left:610px;
   width:250px;
   }

#subfooter {
   text-align:center;
   background: #181913 url(../_img/footer_bg.gif) 8px 8px no-repeat;
   border: none;
   }
#subfooter div {
   position: relative;
   top: 8px;
   margin-right: 8px;
   background: url(../_img/footer_bg.gif) right no-repeat;
   }
#subfooter div img{
   position: relative;
   top: 2px;
   }
