.centered {
position: absolute;
left: 50%;
top: 50%;
margin-top: -289px; /* make this half your image/element height */
margin-left: -385px; /* make this half your image/element width */
}

