body {
  background-image: url(TIMOCOM-tracking-lg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  position: fixed;
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.top, .center, .bottom {
  height: 33%;
  width: 100%;
}
.topShadow, .bottomShadow {
  height: 15%;
  background-color: white;
  opacity: 0.5;
}
.image {
  display: block;
  text-align: center;
  height: 70%;
  background-color: white;
  width: 100%;
}
img {
  height: 80%;
}
p {
  margin-top: -1%;
  font-family: sans-serif;
}
