@charset "utf-8";
/*-------------------------------------------
Copyright 2007-2008. Pixelbit Studios, LLC.
http://pixelbitstudios.com
All Rights Reserved. 
---------------------------------------------
*/
/*###########################################
LAYOUT STRUCTURE
###########################################*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
html, body {
	height: 100%!important;
	text-align: center;
}
#mainWrapper {
	position: relative;
	width: 920px;
	margin: 0 auto;
	min-height: 100%!important;
}
* html #mainWrapper {
	height: 100%;
}
#contentWrapper {
	padding-bottom: 110px;
}

#footer	{
	position: relative;
	width: 920px;
	clear: both;
	margin-top: -100px;
	height: 100px;
}
/* A CSS hack that only applies to IE -- specifies a different height for the footer */
* html #footer {
	margin-top: -100px;
	clear: both;
	height: 100px;
}


