@charset "utf-8";
/*-------------------------------------------
Copyright 2007-2008. Pixelbit Studios, LLC.
Created by Darren E (713) 725-0330
http://pixelbitstudios.com
All Rights Reserved. 
---------------------------------------------
*/
/*###########################################
LAYOUT STRUCTURE
###########################################*/
html, body, div, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
html, body {
	height: 100%; background: #81BA53;
	text-align: center;
}
#mainWrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
}
* html #mainWrapper {
	height: 100%;
}
#nonFooter {
	width: 780px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding-bottom: 30px;
}
#footer	{
	position: relative;
	height: 40px;
	width: 780px;
	margin-top: -40px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
/* A CSS hack that only applies to IE -- specifies a different height for the footer */
* html #footer {
	margin-top: -40px;
}
