@charset "ISO-8859-1";

html,body {
	margin: 0;
	padding: 0;
	background-color: #222222;
	height: 100%;
}

#outer { height: 100%; width: 100%; overflow:  visible; position: relative; }
#outer[id] { display: table; position: static; }
#middle { position: absolute; top: 50%; }
#middle[id] { display: table-cell; vertical-align: middle; position: static; }
#inner { position:  relative; top: -50%; text-align: center; }
#inner[id] { position: static; text-align: center; }

.style3 {
	font-size: 18px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style4 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
#container {
	width: 980px;
	height: 653px;
	text-align: center;
	vertical-align: middle;
	margin: auto;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
}
#footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9px;
	color: #222222;
	text-decoration: none;
	vertical-align: bottom;
	height: 90px;
	background-position: center top;
	text-align: center;
}
#footertext a {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9px;
	color: #222222;
	text-decoration: none;
}
#footertext a:hover{
	font-size: 9px;
	color: #222222;
	text-decoration: none;
}
