@charset "utf-8";
/* CSS Document */

/* Sticky Footer by Ryan Fait - http://ryanfait.com/ */
/* Sticky Footer by Ryan Fait - http://ryanfait.com/ */
* {
	margin: 0;
}
html, body {
	height: 100%;
	font: 12px Arial, Helvetica, sans-serif;
	color: #555;
	background-color: #A4A4A4;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 1080px;
	margin: 0 auto -100px auto; /* the bottom margin is the negative value of the footer's height */
	padding-left: 85px;
	background:url(../images/bg.gif) repeat-y;
}
.footer, .push {
	height: 100px; /* .push must be the same height as .footer */
}

a:focus { outline:none; }
 
.hidden { display: none; }

.ftr_midstate {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	margin: 20px 0px 0px;
	text-align: center;
}

.ftr_conquest {
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	margin: 20px 0px 0px;
	text-align: center;
}

a.ftr_conquest:hover {
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}

