body
{
  background-color: #ffffff;
}

#page
{
  width: 670px;
  background-color: #ffffff;
  background-image: url();
  border: 0px;
  margin: 0px auto;
}

#page #menu, #page #foot
{
  visibility: hidden;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

#page #body
{
  width: 670px;
  float: left;
}

