/*
 * =GENERAL/MASTER CONTAINERS
 */

 body {
  margin: 0;
  font: normal 100% Helvetica, Sans-serif, Arial;
  text-align: center;
  color: #f0f0f0;
  background: #000;
  }

 #demo_container {
   text-align: left;
   float: left;
   font: normal 60% Courier;
   width: 600px; 
   height: 350px;
   padding: 20; 
   background-image: url("images/cave.jpg"); 
   background-repeat: no-repeat;
   }

#content {
   width: 100%;
   }

#ads {
   float: right;
   }

#games {
   border: 0;
   }

#menu {
  height:30px;  
  color: #e0e490;
  width: 100%;
  font: bold 100% Helvetica, Sans-serif, Arial;
  background-image: url("images/grad.jpg"); 
  background-repeat: repeat-x;
   }


.heading {
  color: #e0e490;
  font: bold 150% Courier;
    }

.info {
   text-align: left;
   margin: 10;
   color: #cca;
    }

.game-title {
  color: #e0e490;
  vertical-align: super;
  font: bold 100% Courier;
  border-top: 0;
    }


 table {
  padding-bottom: 3;
 }
 
 th {
   align: left;
   }
   
 tr {
   border-bottom: solid 5px #505050;
   }

 form {
  margin: 0;
  padding: 0;
  }


 img { 
   border: none; 
   vertical-align: top;
   }

  a {
    color: #ffd;
    text-decoration: none;
    height: 20px;
    margin-top: 5px;
    }

  a:hover {
    text-decoration: underline;
    }




