body {
  text-align: center;
}

#gamecontainer {
  position: relative;
  display: inline-block;
  width: 960px;
  height: 640px;
  margin: auto;
}

canvas {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 960px;
  height: 640px;
  cursor: none;
}

fieldset {
  position: relative;
  display: inline-block;
  width: 960px;
  margin: auto;
}
