* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  height: 100%;
  background-color: #000000;
  overflow: hidden;
  font-family: verdana, sans-serif;
  font-size: 12px;
  color: #ffffff;
  cursor: default;
}

#content {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -316px;
  margin-top: -216px;
  width: 632px;
  height: 338px;
  border: 1px solid #ffffff;
  background-color: #000000;
  overflow: visible;
}

#content h1 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 5px;
  text-align: center;
}

#content h2 {
  font-size: 16px;
  margin: 15px;
  text-align: center;
}

#content p {
  text-align: left;
  font-size: 10px;
  margin: 20px 10px 0px 10px;
}

#content a {
  color: #ffffff;
}

#content pre {
  font-family: verdana, sans-serif;
  font-size: 10px;
  text-align: center;
  margin: 10px 0px 10px 0px;
}

#playground {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 630px;
  height: 320px;
  background-color: #0000ff;
  overflow: hidden;
  visibility: hidden;
  background-repeat: no-repeat;
}

#loading {
  margin-top: 140px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#copyright {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
}

#version {
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-size: 10px;
}

#back {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 10px;
}

#progressbar {
  position: absolute;
  width: 0px;
  height: 10px;
  left: 40px;
  top: 180px;
  background-image: url("img/progressbar.gif");
  font-size: 0px;
}

#target {
  display: block;
  position: absolute;
  top: -40px;
  left: -40px;
  height: 40px;
  width: 40px;
  visibility: hidden;
  z-index: 9;
}

#scrollbar {
  position: absolute;
  left: 0px;
  bottom: -0px;
  height: 16px;
  width: 630px;
  background-image: url("img/scroll_bg.gif");
  visibility: hidden;
  font-size: 0px;
}

#controls {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -316px;
  margin-top: 122px;
  height: 78px;
  width: 632px;
  border: 1px solid #ffffff;
  border-top-width: 0px;
  background-color: #cecece;
  visibility: hidden;
}

#statusbar {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -316px;
  margin-top: 200px;
  height: 25px;
  width: 632px;
  border: 1px solid #ffffff;
  border-top-width: 0px;
  background-color: #cecece;
  visibility: hidden;
}

div.center {
  text-align: center;
}

div.control {
  float: left;
  height: 73px;
  width: 40px;
  margin: 2px 1px 0px 1px;
}

div.num {
  position: absolute;
  top: 5px;
  left: 12px;
  font-family: tahoma, serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  width: 17px;
  text-align: right;
}

div.countdown {
  position: absolute;
  font-family: tahoma, serif;
  font-size: 12px;
  color: #ffffff;
  z-index: 10;
}

div.relative {
  position: relative;
}

div.status {
  float: left;
  padding: 2px;
  margin: 2px 1px 0px 1px;
  border-width: 1px;
  border-style: solid;
  border-left-color: #848484;
  border-top-color: #848484;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  color: #000000;
}

div.lemming {
  position: absolute;
  top: -32px;
  left: -32px;
  height: 32px;
  width: 32px;
  z-index: 10;
  overflow: hidden;
}

img.button {
  width: 40px;
  height: 73px;
}

img.lemming {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 32px;
}

img.hole {
  display: block;
  position: absolute;
  top: -32px;
  left: -32px;
  height: 32px;
  width: 32px;
  z-index: 5;
}

div.step {
  position: absolute;
  top: -2px;
  left: -12px;
  height: 2px;
  width: 12px;
  font-size: 0px;
  background-color: #F7D6D6;
  z-index: 5;
}

div.spark {
  position: absolute;
  top: -2px;
  left: -2px;
  height: 2px;
  width: 2px;
  font-size: 0px;
  z-index: 20;
}

img.element {
  display: block;
  position: absolute;
  z-index: 6;
}