body, html {
	height: 100%;
}

* {
	line-height: 1.2em;
}

body {
	margin: 0px;
	background: #000;
}

#debugWindow {
	display: none; 
	background: #eeeeee; 
	color: #000000; 
	width: 450px; 
	height: 100px; 
	position: absolute; 
	top: 10px; 
	right: 10px; 
	z-index: 900; 
	overflow: auto; 
	opacity: 0.7;
	-moz-border-radius: 5px;
	border: solid 2px #ffffff;
}

#debugWindow p {
	margin: 6px 3px;
	border-bottom: solid 1px #333333;
}

#debugWindow .time {
	font-size: 7pt;
	font-style: italic;
	display: block;
	margin: 0px;
	padding: 0px;
}