/* The CSS that's required to position the footer */

	html
	{
		height: 100%;
	}

	body
	{
		height: 100%;
	}

	#nonFooter
	{
		position: relative;
		min-height: 100%;
	}

	* html #nonFooter
	{
		height: 100%;
	}



#footer
{
	position: relative;
	margin: -66px auto 0 auto;
	clear:both;
	width: 760px;
	background: #fff url(/img/bg-footer.png) repeat-x;
	text-align: center;
	height:66px;
}
	
	

	/* A CSS hack that only applies to IE -- specifies a different height for the footer */

	* html #footer
	{
		margin-top: -66px;
	}

