* { margin: 0; padding: 0; }

html {
	background-color: black;
	overflow: hidden;
}

body {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

p {
	background-color: #000;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 1024;
}

img {
	position: absolute;
	width: 800px;
	height: 600px;
}

#verbose {
	display: none;
	position: fixed;
	left: 10px;
	top: 10px;
	z-index: 1024;
}
