Quote Originally Posted by jayfella View Post
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;


}
You want me to place that into my css ?