.background {
  background-image: url('../img/background.png');
  background-position: center top;
  background-repeat:  repeat repeat;
  background-attachment: fixed;
  background-size:  30px;
  margin-bottom: 5px;
  min-height: 600px;
}
