html, body{
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background-color: #111;
}

/*@font-face{
  font-family: Proggy;
  src: url(../font/ProggyClean.ttf);
}
*/
#editor2 {
  position: absolute;
  height: 30%;
  top: 0;
  right: 0;
  bottom: 70%;
  left: 0;
  width: 420px;
  opacity: 0.7;
}
#editor1 {
  position: absolute;
  height: 70%;
  top: 30%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 420px;
  opacity: 0.7;
}
#start{
  position: absolute;
  width: 120px;
  height: 20px;
  bottom: 70%;
  left: 40px;
}