/* FOOOTER CSS
*	 from dave-woods.co.uk
*/

* 
{
	padding: 0;
	margin: 0;
}

body
{
	height: 95%;
}

html
{
	height: 100%;
}

#container 
{
	min-height: 95%;
	width: 100%;
	margin: 0 auto;
}

* html #container 
{
	min-height: 05%;
}

#clearfooter 
{
	height: 50px;
}	

#footer 
{
	padding: 0;
    width: 100%;
	text-align: center;
	height: 0px;
	padding-top: 1px;
	margin: 0px auto 0 auto;
}

/* MG IE6 Fix 
*	actually, this is half fail.
* because for long content it covers up the last 150px of it. 
* probs best doing the opposite to something else to achive the same
* effect. ACTUALLY ILL JUST COMMENT IT OUT.
*
* html #clearfooter
{
	margin-bottom: -150px;
}
*/

/* Colour Codes for diagnosis */

/*
html
	{background-color: #fff;}
#container 
	{background-color: #bbb;}
#footer
	{background-color: #222;}
*/


/* Specimen HTML */

/*
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
	<title>CSS Footer</title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

</head>

<body>
<div id="container">

	<h1>crap goes here</h1>
	<p>arse</p>
	<div id="clearfooter"></div>

</div>

<div id="footer">
	<h1>Footer goes here</h1>
	<p>&copy; Dave Woods <a href="http://www.dave-woods.co.uk/?p=170">Fixed Footer Demo</a></p>
</div>

</body>
</html>
*/
