html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: "BaseFont";
  src: url('fonts/ChunkFive.woff') format('woff'); }

body {
  background: #000;
  font-family: 'BaseFont';
  overflow: hidden; }

#GameArea {
  height: 668px;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  overflow: hidden;
  position: relative; }

#Game {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1; }

#progress-text {
  color: #fff;
  display: inline;
  font-family: 'BaseFont';
  font-size: 50px; }

#progress {
  background-image: url('images/white.png?1386930930');
  background-position: 0 67px;
  background-repeat: repeat-x;
  height: 100px;
  left: 50%;
  line-height: 90px;
  margin-left: -200px;
  margin-right: -50px;
  position: absolute;
  text-align: center;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  top: 60%;
  width: 400px;
  z-index: 50;
  text-shadow: rgba(255, 255, 255, 0.5) 0 0 0;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-background-size: 0 68px;
  -moz-background-size: 0 68px;
  -o-background-size: 0 68px;
  background-size: 0 68px; }

#startButton {
  background: url('images/button.png?1386930922') no-repeat -248px 0;
  color: #407a1a;
  cursor: pointer;
  display: none;
  font-size: 60px;
  height: 108px;
  left: 50%;
  line-height: 108px;
  margin-left: -124px;
  margin-top: 46px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 248px;
  z-index: 50; }
#startButton:before, #startButton:after {
  color: rgba(255, 255, 255, 0.1);
  content: attr(title);
  position: absolute;
  width: 248px; }
#startButton:before {
  left: 2px;
  top: 2px; }
#startButton:after {
  left: 3px;
  top: 3px; }
#startButton:active {
  background-position: 0 0;
  color: #2a5011; }

#LogArea {
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  font-family: monospace;
  font-size: 12px;
  font-weight: 400;
  padding: 20px 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 210px;
  z-index: 1000; }
#LogArea span {
  border-bottom: 1px dotted #666;
  clear: both;
  color: #666;
  display: block;
  margin-bottom: 5px; }
#LogArea span:first-child {
  border-bottom-color: #000;
  color: #000; }

#FPSCounter {
  color: #fff;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1000; }

#cover {
  background: url('images/cover_wide.png?1386931056') no-repeat center center;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 49;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.narrow #cover {
  background: url('images/cover_narrow.png?1386931008') no-repeat center center; }

/*@ sourceMappingURL=style.css.map */