Centering will be a little difficult, but you could try putting some left padding on the menu to push it over if you want it centered. Not ideal though. Add this to your style.php file at the end:
#nav {padding-left:200px;}
But change the 200px value to whatever centers your menu items. I tried this and it pushes everything over, but I didn't have the background CSS images turned on so I'm not sure if it looked like crap or not…