body, html {
   height: 100%;
   margin: 0;
} 
#container {
   width: 700px;
   height: 467px;
   position: absolute;
   left: 50%;
   top: 50%;
   margin: -230px 0 0 -300px;
}

/* @end */