Possible Duplicate:
Center contents of webpage
I have followed the way to make webpage center aligned but the site still is left aligned. Please help out. Thanks
#parent{
margin:0 auto;
width: 960px;
}
<div id="parent">
<!--more code goes here-->
</div>