html { background: #ff77bb; }
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; font-size: 15pt; color: #ffdbff; }

#page {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}

#page td {
  vertical-align: top;
  border: 1px solid #ffdbff;
}

#header {
  background: #ff80fe url('/images/header_bg.png');
  height: 96px;
  overflow: hidden;
}

INPUT {
  font-family: Arial;
  font-size:8pt;
  border:1px solid #ffdbff;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
} 

#header h1 {
  color: #ffdbff;
  font-size: 35px;
  margin: 0;
}

#menu {
  background: #ff00fc;
  width: 150px;
}

#menu a {
  display: block;
  padding: 3px;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 1px solid #ffdbff;
}

#menu a:hover {
  background: #710070;
  color: #ffffff;
}

#content {
  padding: 25px;
}

#rightside {
  background: #70006e;
  width: 180px;
}

#footer {
  background: #ff0041;
  height: 20px;
}

.game_thumb {
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  text-align: center;
  width: 92px;
  height: 90px;
  padding: 1px;
  background: #ffdbff url('/images/thumb_bg.png');
  overflow: hidden;
  margin: 0 20px 20px 0;
  float: left;
}

#.game_thumb a {
  color: #00005f;
}

h1.cat_title {
  text-align: left;
}

div.game_description {
  width: 600px;
  text-align: left;
  margin: 0px auto;
  color: #fff;
  font-size: 11pt;
  
}

div.game_description p {
  margin: 0 0 1em 0;
  text-align: left;
}
