@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, 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%;
	text-align: center;
}
#mainWrapper {
	position: relative;
	width: 780px;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
}
* html #mainWrapper {
	height: 100%;
}
#contentWrapper {
	width: 780px;
	height: 100%;
	clear: both;
}
#footer	{
	position: relative;
	height: 50px;
	width: 770px;
	margin-top: -50px;
	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: -50px;
}
