html { overflow-y: scroll; }
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  color: white;
  background-color: #09090a;
  background-repeat: no-repeat;
  background-position: center top;
}
p { color: #D0D0D0; }
li { color: #D0D0D0; }
.main {
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -450px;
}
.header {
  width: 900px;
  height: 280px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.link_news {
  width: 204px; height: 120px;
  position: relative;
  left: 140px;
}
.link_games {
  width: 151px; height: 120px;
  position: relative;
  left: 344px;
  bottom: 120px;
}
.link_forum {
  width: 189px; height: 120px;
  position: relative;
  left: 496px;
  bottom: 240px;
}
.link_company {
  width: 165px; height: 120px;
  position: relative;
  left: 684px;
  bottom: 360px;
}
.link_news img { visibility: hidden; }
.link_games img { visibility: hidden; }
.link_forum img { visibility: hidden; }
.link_company img { visibility: hidden; }
.link_news:hover img { visibility: visible; }
.link_games:hover img { visibility: visible; }
.link_forum:hover img { visibility: visible; }
.link_company:hover img { visibility: visible; }
select {
  border-color: #947155;
  color: black;
  background-color: #cdb8a4;
}
input {
  border-color: #947155;
  color: black;
  background-color: #cdb8a4;
}
textarea {
  border-color: #947155;
  color: black;
  background-color: #cdb8a4;
}
.bbp-form {
  border-color: #947155;
}
div.dummy-forum-fixup {
	border-width: 1px;
	border-style: dotted;
	border-color: #4c3f35;
}
table.bbp-forums {
  width: 600px;
}
.bbp-replies {
  width: 740px;
}

.bbp-topics {
  width: 600px;
}
.strip_left {
  text-align: left;
  font-size: 70%;
  position: fixed;
  right: 50%;
  bottom: 0px;
  margin-right: 310px;
}
.strip_right {
  text-align: right;
  font-size: 70%;
  width: 140px;
  position: fixed;
  left: 50%;
  bottom: 0px;
  margin-left: 310px;
}
.content {
  text-align: left;
  position: absolute;
  top: 300px;
  left: 50%;
}
img { border: 0; }
a { color: #e7b77d; }
.entry-title { color: #e7b77d; }