i have div which contains all page content including header footer etc.
So i would like to center this div to t
This will give you a dinamically-sized div that stays at the center of the body and is the smallest size needed to fit the content:
body { text-align: center; } div.container { display: inline-block; text-align: left; }