Align the absolute position to center of Page Source: http://stackoverflow.com/questions/7720730/how-to-align-the-absolute-position-to-center
.center { position:absolute; left:0; right:0; margin-left:auto; margin-right:auto; }