div#stage {
  display: inline;
}

div#stage div.door {
  width: 200px;
  height: 200px;
  background: #ee0 no-repeat;
  margin: 10px;
  float: left;
}

div#gamecontrol {
  clear: both;
}

div#results {
  clear: both;
}

