div#container
{
   position: absolute;
   left: 50%;
   top: 50%;
   width: 500px;
   height: 500px;
   margin-top: -250px;
   margin-left: -250px;
}
body
{
   background-color: #00005E;
   color: #000000;
}

