@charset "utf-8";

#footer{  
    position:relative;
    margin:30px 0 0 0;
    background:url("/shared/img/footer.gif") 0 0 no-repeat;
    width:1003px;
    height:88px;
    margin:0 auto;
}
#footer ul{ 
    position:absolute;
    top:20px;
    left:20px;
    width:540px;
}
#footer ul li{ 
    font-size:11px;
    color:#fff;
    display:inline; 
    padding:0 15px;
    border-left:1px solid #fff;
}
#footer ul li a{ color:#fff; }
#footer ul li.first{ border-left:none; }

