html, body {
	height: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* Make the graph fill the viewport and stay fixed so scrolling
	 the page doesn't move the graph's coordinate space. */
#graph {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 0;
}

#statusBox{margin-top:12px}
