div#container
{
   position: absolute;
   left: 50%;
   top: 50%;
   width: 800px;
   height: 600px;
   margin-top: -300px;
   margin-left: -400px;
}
body
{
   background-color: #260E0D;
   color: #000000;
}
