body {
/*  margin-left: 0%;
  margin-top: 0%;
  height: 0;
  width: 0; */
}

p {
  width: 368px;
  text-align: center;
/*  border: 5px solid red; */
}

.wrapper {
  width: 368px;
  margin: 0 auto;
}

.background {
  position: relative;
  top: 0;
  left: 0;
  height: 561px;
  width: 368px;
  background-image: url("chair1.jpg");
  background-size: cover;
}

.background .water {
  position: relative;
  background-image: url("chair1-map.png");
  background-size: cover;
  top:0;
  left:0;
  height: 100%;
  width: 100%;
  filter: url("#turbulence");
}

.background .legs{
  position: relative;
  background-image: url("chair1-legs.png");
  background-size: cover;
  top:0;
  left:0;
  height: 100%;
  width: 100%;
}
