#footer {
    visibility: visible;
    position: relative;
    margin: 0 auto; 
    text-align:center;
    width: 770px;
    height: 80px;
    }

#copyrighttext p  {
   font: 9px/11px Verdana;
   margin: 0px;
   color: #999999;
   text-align: left;
}

#copyrighttext  {
   visibility: visible;
   position: absolute;
   left: 300px;
   top: 63px;
   z-index: 3;
   width: 227px;
}



#champion  {
   background: url(footermedia/champion.gif) no-repeat;
   visibility: visible;
   position: absolute;
   left: 480px;
   top: 35px;
   z-index: 3;
   width: 104px;
   height: 21px;
}

#majestic  {
   background: url(footermedia/majestic.gif) no-repeat;
   visibility: visible;
   position: absolute;
   left: 125px;
   top: 15px;
   z-index: 3;
   width: 65px;
   height: 55px;
}

#dynamic  {
   background: url(footermedia/dynamic.gif) no-repeat;
   visibility: visible;
   position: absolute;
   left: 350px;
   top: 12px;
   z-index: 3;
   width: 123px;
   height: 47px;
}

#russell  {
   background: url(footermedia/russell.gif) no-repeat;
   visibility: visible;
   position: absolute;
   left: 215px;
   top: 15px;
   z-index: 3;
   width: 63px;
   height: 60px;
}

#wilson  {
   background: url(footermedia/wilson.gif) no-repeat;
   visibility: visible;
   position: absolute;
   left: 590px;
   top: 30px;
   z-index: 3;
   width: 81px;
   height: 20px;
}

#asics  {
   background: url(footermedia/asics.gif) no-repeat;
   visibility: visible;
   position: absolute;
   left: 680px;
   top: 25px;
   z-index: 3;
   width: 77px;
   height: 25px;
}

#nike  {
   background: url(footermedia/nike.gif) no-repeat;
   visibility: visible;
   position: absolute;
   left: 25px;
   top: 15px;
   z-index: 3;
   width: 74px;
   height: 51px;
}

#fill  {
   background: url(footermedia/fill.gif) no-repeat;
   visibility: visible;
   position: relative;
   z-index: 2;
   width: 770px;
   height: 80px;

}

html, body  {
   padding: 0px;
   margin: 0px;
   background-color: #FFFFFF;
}

