#wrapper {
  background-color: rgb(203,192,184);
  position: relative;
  width: 360px;
  height: 250px;
  margin: 0 auto;
}
#cream {
  position: absolute;
  background-color: rgb(203,192,184);
  width: 115px;
  height: 80px;
  z-index: 2;
  top: 80px;
  left: 180px;
}

#green {
  position: absolute;
  left: 180px;
  background-color: rgb(44,105,69);
  width: 180px;
  height: 250px;
}

#smallgreen {
  position: absolute;
  background-color: rgb(44,105,69);
  width: 115px;
  height: 80px;
  z-index: 2;
  top: 80px;
  left: 65px;