Adding a horizontal center align is a weird feature when you have made the step from a table to div layout. It’s all in the margin. Change the width to your own preferences.

The html
Horizontal align
This is an example how to center align a div container.
The css
#horizontal_align{
margin: 0px auto;
width: 600px;
}




