span.inner {
  display: block;
  padding: 10px 20px;
}

h1 {
  width: 800px;
  margin: 0 auto;
  line-height: 2em;
}

p, ul, ol {
  font-size: 0.9em;
  line-height: 1.2em;
  margin-bottom: 1em;
}

.description {
  font-family: arial, helvetica, tahoma, sans-serif;
  color: #EEE;
}

#wrapper {
  width: 800px;
  margin: 0 auto;
}

#header, #footer {
  height: 50px;
  background-color: #AAA;
}

