.left{
  position: relative;
  float: left;
  left: 5px;
  width: 350px;
  height: 320px;
  background-color: #ffffff
}

.right{
  position: relative;
  float: right;
  left: 5px;
  width: 350px;
  height: 320px;
  background-color: #ffffff
}

.right-bottom {
  position: absolute;
  top: 95%;
  right: 0%;
  font: 10px monospace;
  background-color: #eeeeee
}
