#brane_page {
  background: #cccccc;
}

#board {
  background: url(../images/background.png) top left no-repeat;
  width: 691px;
  height: 375px;
  margin: 1em auto;
}

#board h1 {
  display: none;
}


#board ul,
#board ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#board ul li a {
  display: block;
  float: left;
  width: 104px;
  height: 76px;
  background-position: top left;
  margin: 270px 16px 0;
  background-repeat: no-repeat;
}

#board ul li a span {
  display: none;
}

#board ul li.board_games a {
  background-image: url(../images/board-games-link.png);
  width: 105px;
  margin-left: 20px;
}

#board ul li.free_games a {
  background-image: url(../images/free-games-link.png);
  height: 77px;
}

#board ul li.online_shop a {
  background-image: url(../images/online-shop-link.png);
  width: 102px;
}

#board ul li.news a {
  background-image: url(../images/news-link.png);
  height: 77px;
}

#board ul li.email a {
  background-image: url(../images/email-link.png);
  width: 106px;
}

a img {
  border: 0;
}

#brane_footer {
  text-align: center;
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.brane_title {
  text-align: center;
  font-family: arial black;
}

.brane_subtitle {
  font-family: times;
}

.foot_link,
#brane_footer,
.brane_title,
.brane_subtitle {
  color: #008000;
}