/*
 * META INFORMATION
 * - AUTHOR Michael Cole on behalf of The Sponge Pty Ltd (http://www.thesponge.com.au/)
 * - TITLE Infogenesis Main Styles
 * - DESCRIPTION General 
 * - LAST MODIFIED Nov 12 2009
 * - COMPANY WinkiPop
 * - NOTES A global reset should already be in affect
		This should only contain positioning of main divs
 * - BUGS None known yet
 */
 
/*
 * Positioning and padding for all the main elements 
 *	"*_content" padding on the bottom need to to minus -27 from it to find the 
 * 		real padding (due to the footer push) 40 - 27 = 13px, thing go a 
 * 		little haywire if the padding is less than 27 (because 27 actually = 0).
 */
#container{background:url(../images/WI_feetBg.png) center 0 no-repeat transparent;}
#header, #index_header{width:960px;margin:0 auto 0 auto;padding:0;}
#content{width:920px;margin:10px auto 0 auto;padding:0 20px 190px 20px;text-align:left;}
#footer{background:url(../images/WI_footerBg.png) center 0 no-repeat transparent;height:200px;width:960px;margin:0 auto 0 auto;}

