#masthead-wrap {
}

#masthead {
  margin: 0 auto;
  width: 680px;
  height: 56px;
  background: #000;
}

#masthead h1 {
  margin: 0;
  display: inline;
}

#masthead #masthead-logo a {
  width: 300px;
  height: 50px;
  background: url(/images/logo.png) top left no-repeat;
  float: left;
  display: inline;
}

#masthead #masthead-logo span {
  display: none;
}

