.centerObject {
width: 940px;
height: 940px;
 
position: absolute;
top: 50%;
left: 50%;
 
margin-left: -470px; /* width divided by 2 */
margin-top: -470px; /* height divided by 2 */
padding-top: 80px;
}