/* ----------------------------------------------
	Name : Template
	Author : Jason Cowan
	Author URI : http://www.roe.ac.uk.com/ukatc/	
 ------------------------------------------------ */
 
 * {
	margin: 0;
}
html, body {
	height: 100%;
}
#wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* (-100px) The bottom margin is the negative value of the footer's height-clear both on footer makes this ???? Need an extra -40 for this value to avoid the scroll bar??  */
}
#footer, #push{
	height: 100px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/