Page is a not externally linkable
BeeDeeDubbleU - 8:08 am on Oct 23, 2012 (gmt 0)
I am not a CSS expert but I would normally do this by setting the left and right margins to auto as in.
#centered {
width: 960px;
margin-right: auto;
margin-left: auto;
}