html, body
{
	font-family:	arial;
	font-size:	1.0em;
	overflow:	visible;
	background:	#000000;
}
div#container
{
	background:	#FFFFFF;
	position:	absolute;
	width:		100%;
	height:		100%;
	top:		0%;
	left:		0%;
	overflow:	auto;
}
div#leftPane
{
	background:	#FFFFFF;
	top:		0;
	left:		0;
	width:		17%;
	height:		100%;
	position:	absolute;
	padding:	1%;
}
div#rightPane
{
	background:	#FFFFFF;
	top:		0;
	left:		20%;
	width:		78%;
	height:		100%;
	position:	relative;
	padding:	1%;
}

