html {
	height:100%;
}
body {
/* min-height ??? IE6 */
	height:auto !important;
	height:100%;
/* ----------------- */
	min-height:100%;
	position:relative;
}
body {
  padding:0;
  margin:0;
  background: #000;
}
body,td,th {
	color: #FFCC66;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
img {
	border:0;
}
