body { font-family: arial; width: 880px; margin: 0 auto; padding: 0; position: relative; }

h1   { font-size: 40px; text-align: center; margin: 10px 0 110px 0; }

#game    { margin: 0 auto; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

img { border: 0; }

.arcade {
  width: 880px;
  margin: 0 auto;
}

.arcade a {
  position: relative;
  width: 100px;
  height: 120px;
  padding: 2px;
  margin: 3px;
  background: #333;
  display: block;
  float: left;
  overflow: hidden;
}

.arcade a img {
  width: 100px;
  height: 100px;
}

.arcade span {
  display: block;
  width: 100px;
  position: absolute;
  left: 2px;
  bottom: 2px;
  background: #333;
  text-align: center;
  font-size: 12px;
  color: white;
  font-weight: bold;
}

.arcade a:hover {
  background: #cc0;
  text-decoration: none;
}

.arcade a:hover span {
  background: #cc0;
  color: #000;
}

.pages {
  clear: both;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}

#tags {
  width: 600px;
  text-align: center;
  margin: 5px auto;
}

#prev {
  float: left;
  padding: 15px 0;
}

#next {
  float: right;
  text-align: right;
  padding: 15px 0;
}

#links {
  text-align: center;
  margin: 2em 0;
  clear: both;
}

#links li {
  white-space: nowrap;
  display: inline;
  list-style: square;
}

#links li.first {
  font-weight: bold;
}

.banner { position: absolute; top: 50px; width: 100px; height: 100px; padding: 0; margin: 0; background: #333; padding: 2px; }
#mg     { left: 3px; }
#ab     { left: 113px; }
#gc     { left: 223px; }
#fk     { left: 333px; }
#gb     { left: 443px; }
#fl     { left: 553px; }
#gf     { left: 663px; }
#ga     { left: 773px; }
