html, body {
  margin: 0;
  padding: 0;
  background-color: #d5ff8b; }

body {
  background: transparent url("page.jpg") center 0 no-repeat; }

#container {
  font-size: 1.75em;
  line-height: 1.5em;
  padding: 100px 0 0 0;
  width: 600px;
  margin: 0 auto;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #d5ff8b;
  background: transparent url("checks.gif") bottom 4px repeat-x; }

#content {
  min-height: 450px; }

a, a:hover, a:visited {
  color: #6ba9dd;
  text-decoration: none; }

a:hover {
  background-color: #6ba9dd;
  color: #fff; }

h1 {
  display: none;
  margin: 0;
  padding: 0; }

ul {
  margin: 0;
  padding: 0; }

li {
  padding: 0 30px;
  list-style-type: none;
  background: transparent url("splat.gif") 10px center no-repeat; }

#logged-in {
  position: absolute;
  font-size: .5em;
  margin-left: 44px;
  top: 70px; }

label {
  clear: both; }

.action {
  font-size: .5em; }

#blocks {
  display: block;
  float: right;
  margin-bottom: 28px;
  height: 48px; }

.clear {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

* html .clear {
  height: 1%; }

.clear {
  display: block; }
