
This tutorials shows how to position the css based layout in center of page.
clear: both;
width: 980px;
margin-top: 0px;
margin-right: auto;
margin-left: auto;
margin-bottom: 0px;
This can be done by setting margin-right and margin-left as auto