html {
  height: 100%;
}

body {
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.clear {
  clear: both;
  height: 0px;
  line-height:0;
  font-size:0;
  overflow: hidden;
}

#page {
  margin:auto;
  width: 760px;
  margin-top: 15px;
  text-align: center;
}

#page div {
  width: 230px;
  margin: auto;
}

#Links {
  display: table;
  margin: 0 auto;
  padding: 0px;
  margin-top: 30px;
}

#Links li {
  display:table-cell;
  float: left;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

#Links li a {
  display: block;
  background-color: #A8CFB5;
  margin: 0px 10px;
  font-weight: bold;
  padding: 2px 5px;
  text-decoration: none;
  color: #078831;
}

#Links li a:hover {
  color: #FDF6CA;
}

#page #logo {
  margin:0;
  padding:0;
  position:relative;
  width:230px;
  height:75px;
  overflow:hidden;
}

#page #logo span {
  display:block;
  margin:0; padding:0;
  position:absolute;
  left:0;
  top:0;
  z-index:1; 
  width:230px;
  height:75px;
  background:url("img/logo.gif") 0 0 no-repeat;
}