html, body { margin:0; padding:0; height:100%; }
body { font-family: Arial, Helvetica, sans-serif; background-color: #000000; margin: 0; padding: 0; color: #FFFFFF; height:100%; }
#container { min-height:100%; position:relative; }
	#header { background:#000000; text-align: center; }
	#Wrapper { padding:10px; padding-bottom:20px; width: 900px; margin: auto; }
	#footer { font-size: 9px; position:absolute; bottom:0; width:100%; height: 15px; background-color: #999999; border-top: 1px solid #FFFFFF; color: #000000; padding-top: 5px; text-align: left; }
	#Nav { text-align: center; background-color: #999999; height: 21px; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; padding-top: 4px; }
		#Nav a { font-family: Arial, Helvetica, sans-serif; font-size: x-small; color: #000000; text-decoration: none; }
		#Nav a:visited { font-family: Arial, Helvetica, sans-serif; font-size: x-small; color: #000000; text-decoration: none; }
		#Nav a:hover { font-family: Arial, Helvetica, sans-serif; font-size: x-small; color: #FFFFFF; text-decoration: none; }
		#Nav a:active { font-family: Arial, Helvetica, sans-serif; font-size: x-small; color: #FFFFFF; text-decoration: none; }
		
.recommend {
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	border: 1px none #FFFFFF;
}
a:link { font-family: Arial, Helvetica, sans-serif; font-size: x-small; color: #FFFFFF; text-decoration: none; }
a:visited { font-family: Arial, Helvetica, sans-serif; font-size: x-small; color: #FFFFFF; text-decoration: none; }
a:hover { font-family: Arial, Helvetica, sans-serif; font-size: x-small; color: #FFFFFF; text-decoration: none; }
a:active { font-family: Arial, Helvetica, sans-serif; font-size: x-small; color: #FFFFFF; text-decoration: none; }
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	text-decoration: none;
}
bodytext:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	text-decoration: none;
}
bodytext:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	text-decoration: none;
}
bodytext:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	text-decoration: none;
}
bodytext:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	text-decoration: none;
}
.bg-white {
	background-color: #FFFFFF;
}
.bg-nav {
	background-color: #999999;
}
.maxheight { height: 100%; }
