This should do it… at least for full browser view.
.omega-nav-menu {
position: fixed;
background: #000000;
top: 0px;
/* left: 0px; the margin: 0 auto (below) will help center the navigation container */
margin: 0 auto;
height: 50px;
width: 960px; /* same width as your content below */
z-index: 999999;
padding: 0;
text-align: center;
}