
body
{
  background-color: #ffffff;
  font-family: arial, "lucida console", sans-serif;
  height: 100%;
}

div.centre
{
  position: relative;
  top: 0px;
  left: auto;
  width: 100%;
  text-align: center;
}

table#menu
{
  margin-left: auto;
  margin-right: auto;
}


table#menu td
{
  padding-left: 25px;
  padding-right: 25px;
}

#menu img
{
  border:0;
  vertical-align: middle;
}

#menu a
{
  text-decoration: none;
}

#desc
{
  border: none;
  padding: 3px;
}



div.bottom
{
  position: relative;
  top: 240px;
  font-size: .75em;
}

