html {
  height: 100%;
  background-color: #000000; 
  color: #ffffff;
  font-family: verdana, sans-serif;
  font-size: 12px;
  line-height: 14px;
  background-color: #000000;
}
body {
  margin: 0px;
  padding: 20px;
  text-align: center;
  cursor: default;
}
#content {
  position: relative;
  margin: 0px auto;
  width: 800px;
  height: 550px;
  border: 1px solid #555555;
  background-color: #000000;
  overflow: visible;
  text-align: left;
}
body>#content {
  width: 800px; 
  height: 550px; 
}
#content h1 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 5px;
  text-align: center;
  -moz-user-select: none;
}

#content h2 {
  font-size: 16px;
  line-height: 18px;
  margin: 15px;
  text-align: center;
  -moz-user-select: none;
}
#content p {
  text-align: left;
  font-size: 10px;
  line-height: 12px;
  margin: 10px 15px 0px 15px;
  -moz-user-select: none;
}
#content ul {
  padding: 10px 15px 10px 35px;
  margin: 0px;
  -moz-user-select: none;
}
#content li {
  font-size: 10px;
  line-height: 12px;
  margin: 0px;
  -moz-user-select: none;
}
#content a {
  color: #ffffff;
  -moz-user-select: none;
}
#playground {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1050px;
  height: 750px;  
  background-color: #000000;
  overflow: hidden;  visibility: hidden;
  background-repeat: no-repeat;
  cursor: crosshair;
  -moz-user-select: none;
}
#level {
  position: absolute;
  left: 0px;
  top: 100px;
  width: 600px;
  height: 550px;
}

#sidebar {
  position: absolute;
  left: 680px;
  top: 0px;
  width: 120px;
  height: 550px;   
  color: White;
  background-color:Gray;
  z-index: 100;
}

#console 
{
    position: absolute; 
    color: White;  
    width: 150px;
    height: 50px;
    left: 0px;
    top: 0px;
    z-index: 10;
}
#loading {
  margin-top: 140px;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  -moz-user-select: none;
}
#copyright {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 10px;
  line-height: 12px;
  -moz-user-select: none;
}

#version {
  position: absolute;
  bottom: 5px;
  left: 10px;
  font-size: 10px;
  line-height: 12px;
  width: 250px;
  -moz-user-select: none;
}

#back {
  position: absolute;
  bottom: 5px;
  left: 10px;
  font-size: 10px;
  line-height: 12px;
  -moz-user-select: none;
}

#next {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 10px;
  line-height: 12px;
  -moz-user-select: none;
}

#progressbar {
  position: absolute;
  width: 0px;
  height: 10px;
  left: 40px;
  top: 180px;
  background-image: url(../img/progressbar.gif);
  font-size: 0px;
  line-height: 0px;
  -moz-user-select: none;
}

#target {
  display: block;
  position: absolute;
  top: -32px;
  left: -32px;
  height: 32px;
  width: 32px;
  visibility: hidden;
  z-index: 9;
  -moz-user-select: none;
}

#scrollbar {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 16px;
  width: 640px;
  background-image: url(../img/scroll_bg.gif);
  visibility: hidden;
  font-size: 0px;
  line-height: 0px;
  -moz-user-select: none;
}

#controls {
  position: relative;
  margin: 0 auto;
  height: 78px;
  width: 642px;
  border: 1px solid #ffffff;
  border-top-width: 0px;
  background-color: #cecece;
  visibility: hidden;
}
body>#controls {
  height: 77px;
  width: 639px;
  padding-left: 1px;
  -moz-user-select: none;
}

#statusbar {
  position: relative;
  margin: 0 auto;
  height: 25px;
  width: 642px;
  border: 1px solid #ffffff;
  border-top-width: 0px;
  background-color: #cecece;
  visibility: hidden;
}
body>#statusbar {
  height: 24px;
  width: 639px;
  padding-left: 1px;
  -moz-user-select: none;
}

div.center {
  text-align: center;
}
img.button {
  width: 40px;
  height: 73px;
}

img.element {
  display: block;
  position: absolute;
}
img.shadow {
  display: block;
  position: absolute;
}
#options {
  position: absolute;
  top: 210px;
  left: 460px;
  -moz-user-select: none;
}

#choice {
  width: 400px;
  height: 162px;
  overflow: auto;
  border: 1px solid #ffffff;
  margin-left: 119px;
}
#content>#choice {
  height: 160px;
  -moz-user-select: none;
}
#choice div {
  padding: 1px 2px;
  cursor: pointer;
  cursor: hand;
}
#choice div.selected {
  background-color: #ff0000;
}
#code {
  width: 200px;
  border: 1px solid #ffffff;
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
}
#scrollbg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  background-image: url(../img/scroll_bg_sel.gif);
  visibility: hidden;
}
#scrollLeft {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
}
#scroller {
  display: block;
  position: absolute;
  top: 0px;
  left: 307px;
  width: 16px;
  height: 16px;
  visibility: hidden;
}
#scrollRight {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 16px;
  height: 16px;
}

#status {
  width: 330px;
}
#statusbar>#status {
  width: 324px;
}

#out {
  width: 80px;
}
#statusbar>#out {
  width: 74px;
}

#home {
  width: 90px;
}
#statusbar>#home {
  width: 84px;
}