body	{
	margin: 0px 0px 28px 0px;
	padding: 0;
	}
div, p	{
	margin: 0;
	padding: 0;
	}

/* start IE stuff */
/* if you need this to validate you need to use "if IE" statement in HTML */
* html body
	{
	overflow-y: hidden;
	}
* html #mainContent
	{
	height: 100%;
	}
/* end IE stuff */	
	
#footer
	{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 28px;
	background-color: #CCC;
	}
#footer-nav	{
	position: absolute;
	left: 11px;
	bottom: 0px;
	color: #999; 
	height: 18px;
	}
#footer-nav ul,
#footer-nav li	{
	display: inline;
	}

