@charset "utf-8";
/*-------------------------------------------
Copyright 2007-2008. Pixelbit Studios, LLC.
Created by Darren E (713) 725-0330
http://pixelbitstudios.com
All Rights Reserved. 
---------------------------------------------
*/
/*###########################################
LAYOUT STRUCTURE
###########################################*/
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;
	margin: 0; padding: 0;
	position: relative;
	text-align: center;
}
#mainWrapper {
	position: relative;
	width: 920px;
	min-height: 100%!important;
	margin: 0 auto;
}
* html #mainWrapper {
	height: 100%;
}
#footer	{
	position: relative;
	clear: both;
	height: 80px;
	margin: -80px auto 0 auto;
}
/* A CSS hack that only applies to IE -- specifies a different height for the footer */
* html #footer {
	margin: -80px auto 0 auto;
	clear: both;
	height: 80px;
}

/*###########################################
FLASH SPLASH STYLE
###########################################*/
#links {
	position: absolute; 
	width: 960px; height: 50px; 
	margin-left: -480px; left: 50%; bottom: 1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#links ul {
	margin: 0;
	font-size: .65em;
	padding: 10px 0;
}
#links li {
	display: inline;
	padding: 0 5px;
}
#links a {
	text-decoration: none;
	padding-top: 10px;
	color: #737373;
}
#links a:hover {
	text-decoration: underline;
	padding-top: 10px;
	color: #737373;
}

/*Flash Container*/

#container {
	width: 640px; height: 480px; padding-top: 10%;
	margin: 0 auto; text-align: center;
}
	
