body {
  background-color: #000000;
  color: #00AFAF;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0px;
  padding: 0px;
  overflow:hidden;
}

h1,p {
  color: #00AFAF;
}

#container {
  width: 1024px;
  height: 576px;
  padding: 0;
  background-color: #fff;
}

#game {
  width: 100%;
  height: 100%;
	
  image-rendering: optimizeSpeed;             /* Legal fallback */
  image-rendering: -moz-crisp-edges;          /* Firefox        */
  image-rendering: -o-crisp-edges;            /* Opera          */
  image-rendering: -webkit-optimize-contrast; /* Safari         */
  image-rendering: optimize-contrast;         /* CSS3 Proposed  */
  image-rendering: crisp-edges;               /* CSS4 Proposed  */
  image-rendering: pixelated;                 /* CSS4 Proposed  */
}

#buffer {
	display: none;
}

img.hidden {
	display: none;
}