body {
    background: none repeat scroll 0 0 #000000;
    color: #F0F0F0;
    font: 100% Helvetica,Sans-serif,Arial;
    margin: 0;
    text-align: center;
}
#demo_container {
    background-image: url("images/cave.jpg");
    background-repeat: no-repeat;
    float: left;
    font: 60% Courier;
    height: 350px;
    padding: 20px;
    text-align: left;
    width: 600px;
}
#content {
    width: 100%;
}
#ads {
    float: right;
}
#games {
    border: 0 none;
}
#menu {
    background-image: url("images/grad.jpg");
    background-repeat: repeat-x;
    color: #E0E490;
    font: bold 100% Helvetica,Sans-serif,Arial;
    height: 30px;
    width: 100%;
    border-top: 10px;
}

#menu a {
    padding-top: 10px;
}

.heading {
    color: #E0E490;
    font: bold 150% Courier;
}
.info {
    color: #CCCCAA;
    margin: 10px;
    text-align: left;
}
.game-title {
    border-top: 0 none;
    color: #E0E490;
    font: bold 100% Courier;
    vertical-align: super;
}
table {
    padding-bottom: 3px;
}
th {
}
tr {
    border-bottom: 5px solid #505050;
}
form {
    margin: 0;
    padding: 0;
}
img {
    border: medium none;
    vertical-align: top;
}
a {
    color: #FFFFDD;
    text-decoration: none;
    vertical-align: middle;
}
a:hover {
    text-decoration: underline;
}


