#field
{
	position: relative;
	left: 100px;
	clear: none;
	float: left;
	top: 80px;
	background-color: #fff;
}
#console
{
	position: relative;
	left: 50px;
	float: left;
	clear: none;
	top: 80px;
}
#nodeinfo
{
	float: left;
	clear: both;
	top: 20px;
	position: absolute;
	left: 620px;
	width: 300px;
	height: 50px;
}
#about_astar
{
	position: absolute;
	z-index: 4;
	width: 400px;
	left: 400px;
	top: 50px;
	height: auto;
	background-color: #fff;
	border: 1px solid #aaa;
}
#algorithm_explenation
{
	position: absolute;
	width: 400px;
	left: 400px;
	top: 50px;
	z-index: 4;
	height: auto;
	background-color: #fff;
	border: 1px solid #aaa;
}
#footer
{
	position: absolute;
	width: 100%;
	height: 22px;
	color: #aaa;
	border-top: 1px dotted #aaa;
	bottom: 0px;
	font-size: 12px;
	font-family: "Trebuchet MS";
	text-align: center;
}