html, body
{
   height: 100%;
}
div#space
{
   width: 1px;
   height: 50%;
   margin-bottom: -518px;
   float:left
}
div#container
{
   width: 800px;
   height: 1036px;
   margin: 0 auto;
   position: relative;
   clear: left;
}
body
{
   margin: 0;
   padding: 0;
   background-color: #8B0000;
   color: #000000;
}
