body
{
  margin: 0;
}

#page
{
  position: absolute;
  left: 0;
  top: 0;
  width: 1000px;
  height: 738px;
}

#top_bar
{
  position: absolute;
  left: 0;
  top: 0;
  width: 1000px;
  height: 70px;
  background-color: #369;
  color: #fff;
}

#game
{
  position: absolute;
  left: 0;
  top: 70px;
  width: 1000px;
  height: 620px;
  background-color: #fff;
  clip: auto;
  overflow: hidden;
}

#board
{
  position: absolute;
  left: 120px;
  top: 0;
  width: 760px;
  height: 620px;
}

#footer_bar
{
  position: absolute;
  left: 0;
  top: 690px;
  width: 1000px;
  height: 48px;
  background-color: #369;
}

