#header
{
  background: #fff;
  text-align: center;
  
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;

  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;

  position: relative;
  top: 1.3em;
  clear: both;
}

#menu
{
  background: url('../img/menu/BG.jpg') repeat-x;
  height: 43px;
  width: 100%;
}

#header_banner
{
  display: inline-block;
  background: url('../img/photo_strip_bg.jpg') repeat-x;
  width: 100%;
}