.centerObject {
width: 614px;
height: 544px;
 
position: absolute;
top: 50%;
left: 50%;
 
margin-left: -307px; /* width divided by 2 */
margin-top: -272px; /* height divided by 2 */
}
