/*
 * META INFORMATION
 * - AUTHOR Michael Cole on behalf of The Sponge Pty Ltd (http://www.thesponge.com.au/)
 * - TITLE Footer Push Styles
 * - DESCRIPTION Keeps the footer on the bottom of the page
 * - LAST MODIFIED Sept 22 2008
 * - COMPANY Generic Footer Push Styling
 * - NOTES 	A global reset should already be in affect
 *		The Footer should sit outsite the container
 *		There needs to be a background image on the HTML/BODY that repeats down the page
 */
html,body { height:100%; }
#outer_wrapper{min-height:100%;height:100%;}
* html #outer_wrapper{height:100%;}
#inner_wrapper{position:relative;min-height:100%;}
* html #inner_wrapper{height:100%;}
#footer{clear:both;position:absolute;margin-top:-39px;z-index:30;}