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

#siteContainer		{padding-bottom: 50px;}

#footer 			{clear:both;
					 width: 940px;
					 margin: 0 auto;
					 position: relative;
					 margin-top: -50px;
					 background: #eaeaea;
					 height: 50px;
					 clear: both;}

#footer p 			{padding-top: 10px;
					 margin: 0;
					 font-size: 9px;
					 text-align: center;}

#footer a 			{color: #666;}
#footer a:hover 	{color: black;}


/*	for long pages	*/
#footer2 			{width: 940px;
					 margin: 0 auto;
					 position: relative;
					 background: #eaeaea;
					 height: 50px;
					 clear: both;}

#footer2 p 			{padding-top: 10px;
					 margin: 0;
					 font-size: 9px;
					 text-align: center;}

#footer2 a 			{color: #666;}
#footer2 a:hover 	{color: black;}