.score {
  position: absolute;
  top: 10px;
  right: 10px; }

.lazor {
  width: 2px;
  background-color: rgba(100, 255, 100, 0.7);
  position: absolute;
  margin-left: -1px;
  z-index: 5; }

#playerShip {
  position: absolute;
  left: 50%;
  bottom: -80px;
  width: 29px;
  height: 69px;
  margin-left: -14px; }
  #playerShip .ship {
    width: 29px;
    height: 50px;
    background: transparent url(../media/images/ship.png) no-repeat center center;
    z-index: 10;
    position: relative; }
  #playerShip .fire {
    width: 20px;
    height: 32px;
    background: transparent url(../media/images/fire.png) no-repeat center center;
    z-index: 9;
    position: relative;
    top: -13px;
    left: 5px;
    -webkit-animation: flickerAnimation 0.2s infinite;
    animation: flickerAnimation 0.2s infinite; }

.alienHolder {
  position: absolute;
  top: -50px;
  left: 50%;
  z-index: 10; }
  .alienHolder .alien {
    width: 77px;
    height: 40px;
    margin-left: -38px;
    background: transparent url(../media/images/alien1.png) no-repeat center center; }
  .alienHolder .typehole {
    margin-left: -38px;
    text-align: center; }
  .alienHolder .boom {
    position: relative;
    width: 300px;
    height: 300px;
    margin-top: -170px;
    margin-left: -150px;
    background: transparent url(../media/images/xp1.png) no-repeat 0 0; }
    .alienHolder .boom.xp2 {
      background: transparent url(../media/images/xp2.png) no-repeat 0 0; }
    .alienHolder .boom.xp3 {
      background: transparent url(../media/images/xp3.png) no-repeat 0 0; }
    .alienHolder .boom.xp4 {
      background: transparent url(../media/images/xp4.png) no-repeat 0 0; }
    .alienHolder .boom.xp5 {
      background: transparent url(../media/images/xp5.png) no-repeat 0 0; }
    .alienHolder .boom.xp6 {
      background: transparent url(../media/images/xp6.png) no-repeat 0 0; }

@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*# sourceMappingURL=game.css.map */
