body
{
/*    font-family: 'Slackey', cursive; */
}


.frontimg{
  display: block;
  margin: 0 auto;

}

.center-text{
  text-align: center;
}

.game_canvas{
  height: 700px;
  max-width: 1000px;
    overflow: none;
}

.button{
  width: 100px;
  height: 20px;
  border: 1px solid black;
  padding: 7px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 1px 2px 7px #888888;
  background-color: #4A8ACC;
  cursor: pointer;
  margin: 0 auto;
  z-index: 98;
  text-decoration: none;
  color: black;
  margin-top: 10px;
}

#game {

    max-width:1000px;
    height:600px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#gameStats
{
    display: block;
    position: absolute;
    top: 10px;

    padding: 4px;

}

#game div
{
    /*position:absolute;*/
    display:none;
}
#game div.active
{
    display:block;
}
