body {
  font-family: sans-serif;
  color: #cccccc;
  background-color: #000000;
}
a {
  color: #cccc00;
}
#title {
  font-size: 24px;
  color: #cccc00;
  width: 100%;
  text-align: center;
  padding: 0px 0px 25px 0px;
}
#board {
}
#gape {
  position: fixed;
  bottom: 5px;
  right: 5px;
}
.row {
  margin: 0 auto;
}
.cell {
  font-size: 2px;
  background-color: #c0c0c0;
  border-left: 2px solid #a0a0a0;
  border-top: 2px solid #a0a0a0;
  border-right: 2px solid #808080;
  border-bottom: 2px solid #808080;
  padding: 0px 0px 0px 0px;
  width:20px;
  height:24px;
}
#center {
  border: 2px solid #000000;
  background-color: #a0a0a0;
}
.corner_tl {
}
#start {
  position: relative;
  top: -200px;
}
#tostart {
  padding: 20px 40px 20px 40px;
  color: #000000;
  background-color: #c0c0c0;
  border: 2px solid #000000;
}
#trainer {
  font-size: 7px;
  color: #606060;
  text-align: right;
}
#moves {
  font-size: 10px;
}
#adverts {
  position: absolute;
  top: 250px;
  right: 10px;
}
