html, body { 
height:100%; 
} 
#non-footer { 
min-height:100%; 
} 
* html #non-footer { 
height:100%; 
} 
#footer { 
height:50px; (or whatever height you have) 
margin-top:-50px; 
} 