/* CSS Document */
body { margin:0; padding:0; text-align:center;}

div.center {
width: 1230px;
height: 667px;
top: 50%;
left: 50%;
margin-top: -315px;
margin-left: -615px;
position: absolute;
}

