body {
  width: 100%;
  margin: 0px;
  padding: 0px 0px 20px 0px;
  background: #000000 top center repeat-x url(../images/body_bg.jpg);
  color: #ffffff;
  font-family:verdana,arial,geneva,helvetica,sans-serif;
  text-align: center;
  font-size: 9pt;
}

table, td {
  margin: 0px;
  padding: 0px;
  border: none;
  border-collapse: collapse;
  font-size: 9pt;
}

input {
  font-size: 9pt;
}

a:link, a:visited, a:hover {
  color: #AEAEAE;
  text-decoration: underline;
}

a.footer:link, a.footer:visited, a.footer:hover {
  color: #646767;
}

img {
  display: block;
  border: none;
}

#centeredBody {
  width: 932px;
  margin: 0px auto;
}

#flangeLeft {
  background: url(../images/flange_left.gif) top right no-repeat;
}

#flangeRight {
  background: url(../images/flange_right.gif) top right no-repeat;
}

#copyright {
  font-size: 7pt;
  color: #646767;
  text-align: right;
  padding-right: 130px;
  padding-bottom: 30px;
}

#content {
  background: url(../images/content_bg.jpg);
  margin: auto;
  text-align: center;
}

#contentBox {
  position: relative;
  border: solid 1px #FFFFFF;
  background: #0E131B url(../images/medallion_bg.jpg) center no-repeat;
  width: 541;
  margin: -275px auto 30px auto;
  z-index: 20;
}

#pageBottom {
  width: 808px;
  height: 426px;
  background: url(../images/page_bottom.jpg) no-repeat;
}

#pageBottomContent {
  padding: 90px 0px 60px 0px;
}

#gameInfo {
  width: 325;
  height: 180;
  overflow: auto;
  border: solid 1px #FFFFFF;
  background: #000000;
  padding: 5px;
}

.screenshot {
  border: solid 1px #FFFFFF;
}

#legal {
  font-size: 6pt;
  color: #646767;
  text-align: center;
  padding: 20px 120px 0px 120px;
  text-align: justify;
}

#footerLinks {
  text-align: center;
}

#emailInput, #regionInput {
  background: url(../images/email_bg.gif);
}

.silver {
  color: #AEAEAE;
}

.white {
  color: #FFFFFF;
}

.errorBox {
  padding: 5px;
  margin-top: 10px;
  text-align: left;
  border: solid 1px #FF0000;
  color: red;
}

.gameKey {
  border: solid 1px #AEAEAE;
  padding: 15px;
}

