html { background: #f7b; }
html,td {
  font-family: arial;
  font-size: 9pt;
}

html,body {
  height: 100%;
  margin: 0;
  padding: 0;
}

a   { text-decoration: none; }
img { border: 0; }
hr  { height: 1px; clear: both; visibility: hidden; }
h1  { text-align: center; color: #fff; }

#page {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}

#page td {
  vertical-align: top;
  border: 1px solid #fff;
}

#header {
  background: #fed url('/images/gg_bg.gif');
  height: 50px;
  overflow: hidden;
}

#header h1 {
  color: #000;
  font-size: 40px;
  margin: 0;
}

#menu {
  background: #d5f;
  width: 160px;
}

#menu a {
  display: block;
  padding: 3px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;
}

#menu a:hover {
  background: #fff;
  color: #f00;
}

#content {
  padding: 25px;
}

#rightside {
  background: #405;
  width: 180px;
}

#footer {
  background: #f06;
  height: 20px;
}

.game_thumb {
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  text-align: center;
  width: 100px;
  height: 115px;
  padding: 1px;
  background: #fff;
  overflow: hidden;
  margin: 0 20px 20px 0;
  float: left;
}

h1.cat_title {
  text-align: left;
}

div.game_description {
  width: 500px;
  margin: 0px auto;
  color: #fff;
  font-size: 11pt;
}

div.game_description p {
  margin: 0 0 1em 0;
}

form#search {
  position: absolute;
  top: 5px;
  right: 5px;
  border: 1px solid red;
  background: white;
  padding: 3px;
}


.pages {
  clear: both;
  text-align: center;
}
