#perfstatlog {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background-color: #fff;
	border: 2px solid red;
	padding:5px;
	min-width: 500px;
}
#perfstatlink{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
}
#perfstatlink:hover{
	background-color: #000;
}
#perfstatlink span {
	font-weight: bold;
}