Are there any particular reasons you're using CSS1? You can do it by setting the margin-left,margin-right to auto and set the width of the block element: .Container_box { margin-left:auto; margin-right:auto; width:40%; } Code (markup):