body { 
  font-size: 12pt;
}
div.padding {
    text-align: center;
    margin-top: 10px;
}
.googlead {
 width: 160px;
  float: left;
}

#hud {
/*     margin: 0 auto; */
    background-color: black;
  width: 600px;
  height: 20px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-family: monospace;
  font-weight: bold;
  color: white;
}

#game {
  /*    margin: 0 auto 10px auto; */
    width: 600px;
  height: 400px;
  background-color: black;
  overflow: hidden;
  position: relative;
  text-align: center;
}

#game h2 {
  color: white;
  font-family: monospace;
  font-weight: bold;
}

#foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 400px;
  background: transparent top left no-repeat;
  z-index: 800;
}

.points {
  position: absolute;
    width: 4em;
    height: 1em;
    /*visibility: hidden;*/
    font-size: 19px;
    font-family: monospace;
    font-weight: bold;
    color: white;
    z-index: 901;
    top: -2px;
    left: -2px;
}

.pointsShadow {
    position: absolute;
    width: 4em;
    height: 1em;
    visibility: hidden;
    font-size: 19px;
    font-family: monospace;
    font-weight: bold;
    color: black;
    z-index: 900;
}

#score {
    float: left;
    width: 176px;
    padding: 2px;
    height: 1em;
    text-align: left;
    /*background: #000;*/
}

#keys {
    float: left;
    width: 64px;
    padding: 2px;
    height: 1em;
    text-align: left;
    padding-left: 48px;
	background: url(/images/key-hud.gif) left center no-repeat;
}

#world {
    float: right;
    padding: 2px;
    height: 1em;
    text-align: right;
}

#screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 400px;
    background-color: black;
    visibility: visible;
    z-index: 997;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 400px;
    visibility: visible;
    color: white;
    font-size: 16px;
    font-family: monospace;
    font-weight: bold;
    z-index: 998;
}

#overlay p {
    padding: 0 10px;
}

#overlay ul {
    text-align: left;
    margin: auto;
    text-transform: uppercase;
    list-style-type: none;
}

#overlay ul li {
    margin-bottom: 4px;
}

#overlay a, #overlay a:link, #overlay a:visited {
    color: #ccc;
    text-decoration: none;
    border-bottom: 1px solid yellow;
}

#overlay a:hover, #overlay a:active {
    color: white;
}

#overlay img.left, #overlay img.right {
    padding: 25px 10px 10px 10px;
    width: 200px;
    height: 150px;
}

#overlay p.message {
    padding-top: 25px;
    text-transform: uppercase;
}

#overlay p.question {
    clear: both;
    text-align: center;
}

#fiveandkey {
    width: 200px;
    height: 150px;
    background: url(/images/high-five-and-key.gif) top left no-repeat;
    text-indent: -999em;
    float: right;
    margin: 25px 10px 10px 10px;
}

#ajaxError {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 400px;
    visibility: hidden;
    background: #900;
    color: white;
    font-size: 16px;
    font-family: monospace;
    font-weight: bold;
    z-index: 999;
}

#ajaxError p {
    margin: 20px;
}

#andy {
    width: 100px;
    height: 100px;
    background: url(/images/andy.gif) top left no-repeat;
    position: absolute;
    z-index: 600;
}

.badguy {
    width: 50px;
    height: 50px;
    background: top left no-repeat;
    background-image: url(/images/nothing.gif);
    position: absolute;
    z-index: 700;
}

.hotdog {
    background-image: url(/images/hotdog.gif);
}

.drink {
    background-image: url(/images/fountain-drink.gif);
}

.note {
    background-image: url(/images/note.gif);
}

.book {
    background-image: url(/images/book.gif);
}

.bookworm {
    background-image: url(/images/bookworm.gif);
    width: 100px;
    height: 100px;
}

.guitar {
    background-image: url(/images/guitar.gif);
    height: 100px;
}

.burger {
    background-image: url(/images/burger.gif);
}

.pizza {
    background-image: url(/images/pizza.gif);
}

.squirrel {
    background-image: url(/images/squirrel.gif);
}

.asquirrel {
    background-image: url(/images/squirrel_albino.gif);
}

.bsquirrel {
    background-image: url(/images/squirrel_black.gif);
}

.isquirrel {
    background-image: url(/images/squirrel_invisible.gif);
}

.cthulhu {
    width: 100px;
    height: 100px;
    background-image: url(/images/cthulhu.gif);
}

.fire {
    width: 100px;
    height: 100px;
    background-image: url(/images/fire.gif);
}

.manatee {
    width: 100px;
    height: 100px;
    background: url(/images/manatees.gif) top left no-repeat;
}

.manmanatee {
    width: 100px;
    height: 100px;
    background-image: url(/images/manmanatee.gif);
}

.kelp {
    background-image: url(/images/kelp.gif);
}

.honus {
    background-image: url(/images/honus.gif);
}

.bowlingpin {
    background-image: url(/images/bowlingpin.gif);
    height: 100px;
}

.pinguin {
    background-image: url(/images/pinguin.gif);
    height: 100px;
}

.mrbones {
    height: 100px;
    background-image: url(/images/mrbones.gif);
}

.tower {
    height: 175px;
}
