This AP div is
auto centered

#AP-centered {
position: absolute;
width: 250px;
left: 50%;
margin-left:-125px;
}

The parent container is set to a width of 75%, if you reduce your browser window you will see the AP div auto center itself.