html, body {
  height: 100%;
  width: 100%;
}
body {
  background-image: url(/images/backgrounds/bg-canvas.gif);
  background-repeat: repeat;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  margin: 0 auto;
}
table {
  height: 100%;
  width: 100%;
}
#sidebar {
  background-image: url(/images/backgrounds/backgroundclouds.gif);
  background-repeat: repeat;
  vertical-align: top;
  height: 100%;
  width: 200px;
  padding: 15px 10px;
  border-style: groove;
}
#sidebar > ul {
  margin-top: 0;
  padding-left: 5px;
}
#sidebar li {
  list-style-type: none;
  padding: 1px;
}
#sidebar a {
  color: inherit;
}
#body {
  vertical-align: top;
  padding: 0 20px;
}