html { background: #c49; }
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: 1000px;
  height: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  background: #f7b;
}

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

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

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

#page td#content {
  padding: 26px;
}

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

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

#links {
  text-align:center;
  padding: 5px;
}

.floatingbanner {
  width: 326px;
  margin: 0 5px 10px 5px;
  background: #d5f;
  padding: 1px 0;
  text-align: center;
  float: left;
}

.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 5px 20px 5px;
  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;
}

