/*
 * 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%;}
#wrapper{position:relative;min-height:100%;}
* html #wrapper{height:100%;}
#footer{position:relative;margin-top:-30px;}
