Код:
body {
 position: absolute;
 height: 200px;
 width: 200px;
 top: 50%;
 left: 50%;
 margin: -100px 0 0 -100px;
 
}