In order for "margin: auto;" to work correctly, it needs a relative width to work with. I tested the following code on your site and it works:

Code: 
.planCon {
    margin: auto;
    width: 567px;


}