/*
 * 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%;}
#Container{position:relative;min-height:100%;}
* html #Container{height:100%;}
#Footer{clear:both;position:relative;margin-top:-31px;z-index:100;}

#Container_calrissian{position:relative;min-height:100%;}
* html #Container_calrissian{height:100%;}
#calrissian_footer{clear:both;position:relative;margin-top:-31px;z-index:100;}