I am trying to centre the content on this page http://www.seoweather.com/google-cache-search/
I tried adding the below but no luck.
.container_24 .grid_24 { margin: 0 auto; }
As I understand, if the margins are set to margin: 0 auto; and the width is defined which it is as per below, it should center?
.container_24 .grid_24 { width: 960px; }
I'm obviously going wrong somewhere, please enlighten me :)