@charset "utf-8";
/* CSS Document */

body {
margin:0 auto;
padding:0;
 background:#616161;
 
}
#container {
margin:0 auto;
width:100%;
height: 626px;
background:url(landing-bg.jpg) repeat-x;
}

#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}
 
#inner {
  width: 800px;
  height: 66px;
  margin-left: -350px;  /***  width / 2   ***/
  position: absolute;
  top: -33px;          /***  height / 2   ***/
  left: 50%;
}
#inner ul {
list-style:none;
list-style-image:none;

}
#inner li {
display:inline;
padding:5px;
}