@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

/* GENERAL TEMPLATE CSS (basis for the layout) */

/* setting up a general font, the top page gradient*/
html, body {
	width: 100%;
	height: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#020202;
	text-align:center;
}

#wrapper {
	background-image:url(template_graphics/contrails.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom:-26px; /* negative value of the footer's height */
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	text-align:left;
}

/* flash footer */
#push { height: 26px; clear:both; } /* hack, forgot what for, anyways .push needs to be the same height as .footer */
/* contains the very coolisness of a flash footer   */
#footer {
	clear:both;
	height: 26px;
	width: 100%;
	
}

#center_flash { 
position:absolute;
width:100%;
height:61%;
margin-left:auto;
margin-right:auto;
text-align:center;
}