@font-face {
  font-family: 'gothic_ultra_otregular';
  src: url('gothic_ultra_ot-webfont.eot');
  src: url('gothic_ultra_ot-webfont.eot?#iefix') format('embedded-opentype'),
       url('gothic_ultra_ot-webfont.woff') format('woff'),
       url('gothic_ultra_ot-webfont.ttf') format('truetype'),
       url('gothic_ultra_ot-webfont.svg#gothic_ultra_otregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  background-color: black;
  color: white;
  font-family: 'gothic_ultra_otregular';
}

#game {
  width: 960px;
  height: 540px;
  box-sizing: border-box;
  margin-top: 24px;
}

#gamecanvas {
  background-color: #303030;
  border: 2px solid #505050;
  box-sizing: border-box;
}

#assets {
  height: 1px;
  overflow: hidden;
  visibility: hidden;
  width: 1px;
}
