Código:
body{
position:absolute;
margin:auto;
left: 50%;
top: 50%;
width: 745px;
height: 559px;
margin-top: -279.5px;/*la mitad de height en negativo*/
margin-left: -372.5px;/*la mitad de width en negativo*/
}
Yo lo hago así, espero que te sirva,
SALUDOS