@font-face {
  font-family: 'FrankDemi';
  src: url("../game/franklingothicdemicondc-webfont.eot");
  src: url("../game/franklingothicdemicondc-webfont.eot?iefix") format("eot"), url("../game/franklingothicdemicondc-webfont.woff") format("woff"), url("../game/franklingothicdemicondc-webfont.ttf") format("truetype"), url("../game/franklingothicdemicondc-webfont.svg#webfontZam02nTh") format("svg");
  font-weight: normal;
  font-style: normal; }

html, body {
  height: 100%;
  background: url(../game/dots.png) gray;
  text-align: center;
  font-family: "FrankDemi", Arial, monospace;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  padding: 0;
  margin: 0; }

#wrap {
  overflow: auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -50px; }

#footer, .push {
  font-family: Verdana;
  font-size: 11px;
  color: white; }

#score {
  position: absolute;
  height: 20px;
  top: 15px;
  left: 20px;
  padding: 5px;
  color: white;
  text-align: left;
  font-size: 19px;
  line-height: 19px;
  text-transform: uppercase; }

#score_actual {
  color: #00d20e; }

#lives {
  color: white;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 19px;
  line-height: 19px;
  text-transform: uppercase; }

#info {
  color: white;
  text-align: center;
  font-size: 45px;
  line-height: 47px;
  top: 130px;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0; }

#logo {
  position: absolute;
  top: 50px;
  width: 100%;
  text-align: center; }

.life {
  margin: 0;
  padding: 0;
  padding-right: 10px; }

#board_holder {
  overflow: hidden;
  width: 700px;
  height: 400px;
  border: none;
  margin: 120px auto 0; }

#board {
  width: 700px;
  height: 400px;
  position: relative; }

.barrier {
  width: 10px;
  height: 10px;
  background: #00d20e;
  z-index: 10;
  position: absolute; }

#invaderHolder {
  border: 1px solid white; }

.mothership {
  width: 32px;
  height: 14px;
  position: absolute;
  background: url("../game/mothership.gif"); }

.invader {
  width: 25px;
  height: 18px;
  position: absolute;
  z-index: 100;
  background-image: url("../game/invaders.gif"); }

.bullet {
  width: 2px;
  height: 5px;
  position: absolute;
  background: #fff; }

.invaderBullet {
  width: 5px;
  height: 8px;
  background: url("../game/invader_bullet.gif"); }

.ship {
  width: 30px;
  height: 16px;
  position: absolute;
  background: url("../game/ship.gif") 0px -16px; }

.go {
  text-transform: uppercase;
  font-size: 19px;
  text-decoration: none;
  height: 60px;
  width: 400px;
  overflow: hidden;
  border: 1px dotted rgba(255,255,255, 0.7);
  color: white;
  display: block;
  margin: 0 auto;
  line-height: 60px; }
  .go:hover {
    -webkit-transition: background 0.3s ease-out;
    background: rgba(0,0,0, 0.2); }

#board h2 {
  font-weight: normal;
  font-size: 19px;
  text-transform: uppercase; }

#board {
  font-size: 19px; }

li {
  list-style: none; }

#game_over {
  color: #fff;
  font-size: 19px;
  margin-top: 150px;
  text-align: center;
  position: relative; }
