html {
	height: 100%;
}
body {
	background-color: #000000;
	color: #ffffff;
	font-family: tahoma, helvetica, verdana, arial;	
        font-size:14px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
}

#content {
	height:100%;
	width:100%;
	position: relative;
}

#indexHolder {
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#links {
	margin-top: auto;
	padding-bottom:0px;
}
#links a:link       { text-decoration: none; font-weight:normal;color: #E6E6E6; }
#links a:visited    { text-decoration: none; font-weight:normal;color: #E6E6E6; }
#links a:hover      { text-decoration: underline; font-weight:normal;color: #FF6600; }
