html, body {
  padding: 0;
  margin: 0;
  border: 0;
}

body {
  background-image: url("img/whitebg.png"), url("img/redbg.png"), url("img/bluebg.png");
  background-position: top center, top left, top right;
  background-repeat: repeat-y, repeat-y, repeat-y;
  background-size: 5px, 50%, 50%;
  font-family: Arial, Helvetica, sans-serif;
}

.clear {
  clear: both;
}

.wrapper {
  margin: auto;
  width: 100%;
  max-width: 600px;
}

.header {
  width: 100%;
  margin-top: 10px;
}

.stores {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}

.stores a {
  margin-left: 8px;
  margin-right: 8px;
}

.screenshots {
  width: 99%;
  box-sizing: content-box;
  padding: 1px;
  background-color: white;
  color: #444;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
}

.screenshots img {
  max-width: 100%;
}
