body{
	background-color: white;
}
div {
	cursor: auto;
}

#help {
	cursor: help;
	position: absolute;
	top: 10px;
	left: 700px;
	z-index:2;
}

#top {
	height: 150px;
}

#toptoolname{
	display:none;
}

#content {
	position: absolute;
	top: 13em;
	left: 0em;
	overflow: visible;
}

#menu{
	display:none;
}
