looks good, a way to make the menu bar more central and make it look a little more fluid is to use this code:
#header-menu > li:first-child {
margin-left: 65px;
65px is the distance from the left to where the menu starts, you will need to adjust into suit your site.
Matt