.preload {
	position: absolute;
	top: 0;
	left: 0;
	width: 1;
	height: 1;
	visibility: hidden;
}

#preloadDebug {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 300px;
	height: 500px;
	border: 5px solid #ff0000;
	background-color: #000000;
	color: #ffffff;
	text-align: left;
	overflow: scroll;
	visibility: hidden;
}
