/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

html, body 
{
    height:         100%;
}

#wrap 
{
    min-height:     100%;
}

#main 
{   
    overflow:       hidden; /* This is supposed to be auto, but then you get scrollbars in the main 960.gs container as rendered by Mozilla */
	padding-bottom: 46px;   /* must be same height as the footer */
}  

#footer 
{
    position:       relative;
	margin-top:     -46px; /* negative value of footer height */
	height:         46px;
	clear:          both;
}