#wrap {
  background-image: url("https://www.thermalprintheads.eu/img/back_stripes.png"), url("https://www.thermalprintheads.eu/img/back_stripes.png");
  background-position: 10% 0, 90% 0;
  background-repeat: repeat-y, repeat-y;
  min-height: 100%;
  margin: 0 auto;
  min-height: 100%;
  max-width: 1366px;
}

#pagewrap {
  background: #bddbf0 url("https://www.thermalprintheads.eu/img/bodyBack.png") center 200px no-repeat;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
  margin: 0 auto;
  max-width: 1054px;
  position: relative;
  width: 77%;
  z-index: 1;
}

#page {
  font-size: 0.75em;
  padding: 0 2.8%;
}

footer {
  border-top: 1px solid #373D47;
  color: #373D47;
  font-size: 0.75em;
  margin: 2em auto 1em;
  padding: 0.5em 0 0;
  text-align: center;
  width: 82%;
}