html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #aaccff;
}

a:hover {
	color: #cc6644;
}

a:active {
	color: #cc6644;
}

a:visited {
	color: #aaccff;
}

#container { /* this is the div you want to fill the window */
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	min-height: 100%;
}

#nav_table td {
	border: 1px solid #aaccff;
	padding: 10px;
	background: #000103;
	font-size: 0.8em;
	text-transform: uppercase;
	cursor: pointer;
}

#nav_table td:hover {
	background: #667799;
}

#nav_table td a {
	text-decoration: none;
}
