html, body
{
   height: 100%;
}
div#space
{
   width: 1px;
   height: 50%;
   margin-bottom: -300px;
   float:left
}
div#container
{
   width: 1000px;
   height: 600px;
   margin: 0 auto;
   position: relative;
   clear: left;
}
body
{
   background-color: #1A1A1A;
   color: #000000;
   font-family: Arial;
   font-size: 11px;
   margin: 0;
   padding: 0;
}
