I have a DIV at the top and a few anchors. First is styled with a logo and the rest are text. The styles I\'ve set are as follows.
div.nav-top { height: 12
You can wrap your elements into a div and use margin: 0, auto; for the elements and the inner container as well.
div
margin: 0, auto;