.gamethumb {
    float: left;
    position:relative; 
    width: 140px;
    height: 120px; 
    border: 0px solid;
    background: #000000;
    border-color: #999999;
    padding-top:20px;
    padding-bottom:20px;
    padding-left: auto;
    padding-right: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align:center;
    background-image: url('gamebox.png');
    background-repeat: no-repeat;
}

.gamethumb a {
    text-decoration: none;
}

#ads {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 60%;
  width: 120;
  border: 1px solid;
  background: #444444;
  margin: 0px;
  border-color:#333333;
}


#logo {
  margin: 0px 0px 0px 0px;
}

a {
  border:none;
}
a img {
  border:none;
}
a:link {
  color: #e8ddcb;
}
a:visited { 
  color: #e8ddcb;
}
a:hover { 
  color: #CDB380;
  text-decoration: none;
}
a:active { 
  color: #e8ddcb;
}
body {
  background: #031634;
  color: #e8ddcb;
  font-family: Geneva, sans-serif;
  font-size: 80%;
}
