I've always thought centering LI elements was impossible. Here's an basic example of how to do it:
#footer-menu { text-align:center; list-style-type:none; margin: 0; padding: 0; }#footer-menu li { display:inline; padding: 0 10px; }