div.padding {
    text-align: center;
    margin-top: 10px;
}

#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;
}

#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(/posts/farewelljesse/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;
    text-align: left;
    font-size: 14px;
    font-family: sans-serif;
    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(/posts/farewelljesse/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(/posts/farewelljesse/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(/posts/farewelljesse/images/nothing.gif);
    position: absolute;
    z-index: 700;
}

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

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

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

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

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

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

.tower {
    height: 175px;
}

