@charset "UTF-8";
#container {
	background-color: #000000;
	position: relative;
	height: 800px;
	width: 800px;
	cursor: crosshair;
	filter: Chroma(Color="red");
	margin-right: auto;
	margin-left: auto;
}
#navbar {
	background-color: #000000;
	position: absolute;
	height: 50px;
	width: 800px;
	left: 1px;
	top: 150px;
}
#container1 {
	position: absolute;
	top: 0px;
}
#header {
	background-color: #FFFFFF;
	position: absolute;
	height: 150px;
	width: 800px;
	left: 0px;
	top: 0px;
}
#container2 {
	position: absolute;
	height: 505px;
	width: 640px;
	top: 80px;
	left: 80px;
	background-color: #FFFFFF;
	color: #999999;
	overflow: scroll;
	padding-left: 5px;
	padding-right: 5px;
}
#btnav div {
	font-size: 12px;
	padding-top: 10px;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FFFF99;
}
