body {
  background-color: yellow;
  color: black;
  font-family: 'Courier New', monospace;
  font-weight: 1000;
  margin: 0px;
}

header {
    background: url(construction.png);
    background-repeat: repeat-x;
    width:100%;
    height:100px;
}

.repeat-bounds {
  width: 325px;
  height: 0;
  margin-top: 32px;
  overflow: hidden;
}

.repeat-top {
  min-height: 64px;
  background-image: -moz-element(#repeat-text);
  background-repeat: repeat-x;
}