/*********************************************************************
   sports / madden challenge 06 / components.css for EA.com
*********************************************************************/

/* IMPORT SPORTS.COM footer.css */
@import url(../../_css/footer.css); 
   
#footer { background: none; }
#footerbg {
   position:relative;
   top: -80px;
   background: none;
   width:890px;
   height:53px;
   margin:0px auto;
   opacity: 0.65;
   -moz-opacity: 0.65;
   -khtml-opacity: 0.65;
   filter: alpha(opacity=65);
   }
#footerbox {
   position:relative;
   width:880px;
   height:43px;
   padding:5px;
   margin:0px auto;
   line-height:14px;
   color:#999;
   font-size:0.8em;
   }
#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 {
   left:610px;
   width:250px;
   }

#subfooter { 
   
   border:none; 
   width: 890px; 
   height:90px; 
   }
   
#subfooter div {
   padding:5px; 
   }
