html, body { 
	width: 				100%; 
	height: 			100%; 
}
html {
	overflow:			hidden;
}
body { 
	margin: 			0; 
	padding: 			0; 
	background-color:	#333333;
	
	font-family:		Helvetica, Arial, sans-serif;
	font-size:			11px;
	color:				#fff;
}
div#container {
	margin: 			0; 
	padding: 			0; 
	position:			relative;
	width:				100%;
	height:				100%;
	
	/*
	line-height:		0;
	font-size:			0;
	*/
}

#outerTable {
	background: #333;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -40%;
	z-index: 2;
	font-size: 12px;
	line-height: 1.4;
}

#content {
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: -9999em;
	left: -9999em;
	visibility: hidden;
	width: 100%;
	z-index: 1;
}

div#navContainer {
	float:				left;
	margin:				10px 0px 10px 10px;
	width:				20%;
}

div#textContainer {
	float:				left;
	margin:				10px;
	width:				70%;
	height:				90%;
	overflow:			auto;
}

div.column {
	float:				left;
	margin-right:		10px;
}

a {
	color:				#fff;
}
a:hover { color: #999999; }
