body
{
  margin: 0px;
  padding: 0px;
  color: #ddd;
  background-color: #2E333D;
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
}

#container 
{
  position: absolute;
  top: 0;
  left: 0;  
  height: auto;
  background: #2E333D;
  min-height: 100%;
  width: 100%;
}

#content {
  padding: .5em;
  line-height: 1.75em;
  margin: 0 auto 100px;
  text-align:center;
  width: 500px;
}

#number
{
  font-size: 96pt;
  line-height: 2em;
  height: 2em;
}

#masthead
{
  font-size: 2em;
  padding: .5em;
  text-align: center;
  background-color: #000;
  border-bottom: 1px solid #18416A;
}

#statement
{
  height: 200px;
  font-size: 14pt;
}

#pointers
{
  height: 100px;
}

#prev, #next, #permalink
{
  font-size: 8em;
}

#footer
{
  position: absolute;
  bottom: 0;
  background-color: #000;
  width: 60%; 
  text-align: left;
  padding: 1em 20%;
  margin: 1em auto 0em;
  border-top: 1px solid #18416A;
  font-size: 8pt;
  color: #999;
  height: 75px;
}

#footer a 
{
  color: #ccc;
}

#footer a:hover 
{
  text-decoration: underline;
}

a
{
  text-decoration: none;
  color: #fff;
}

a:hover
{
  color: #18416A;
}