html, body {
  height: 100%;
}
body {
  margin: 0;
  color: #000; 
  overflow: hidden;
}
#topbar {
  height: 22px;
  width: 100%;
  vertical-align: middle;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  background-color: #F5F5EB;
  padding-top: 2px;
  padding-bottom: 3px;
  font-family: "Lucida Grande", Arial, sans-serif;
}
a:link, a:visited {
	text-decoration: none;
	color: #000000;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #000000;
	}
#tom {
  height: 100%;
  width: 100%;
  border-width: 0;
}