@charset "UTF-8";
.boxElem{
  width:30px;
  height:30px;
  position:absolute;
  background-color:#ff0000;
  bottom:0px;
  left:0px;
}

.testArea{
  width:600px;
  height:500px;
  position:relative;
  border:1px #ddd solid;
}
