how to center a container on body code example
Example 1: how to put container in center of page
div.InSkinAlignCenter {
margin: 0 auto;
}
Example 2: how to assign something in center inside a div
P { text-align: center }
H2 { text-align: center }