* html body
{
	text-align: center;	/* hack to center this under IE5 */
}

* html #pageWrapper
{
	text-align: left;	/* keep the content left-aligned */
}
* html #header
{
	text-align: center;	/* keep the content left-aligned */
}

#pageWrapper
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#header
{
	margin-left: auto;
	margin-right: auto;
}