/* <![CDATA[ */
body
	{
	margin: 0;
	padding: 0;
	}
#content
	{
	position: relative;
	margin-top: 170px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	width: 700px;
	/*\*/
	left: 50%;
	margin-left: -350px;
	}
#header
	{
	position: absolute;
	top: 0;
	left: 50%;
	width: 700px;
	height: 170px;
	margin-left: -350px;
	}
#footer
	{
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 700px;
	height: 100px;
	margin-left: -350px;
	}
#footer h4
	{
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	}

/* Exclude fixed from Mac IE5 if you want working mouseover stuff */
body>#header, body>#sidebar-left, body>#footer
	{
	position: fixed;
	}
/* Exclude Mac IE5 from fixed */
/* ]]> */