body {
	margin			:0;
	padding			:0;
	background-color	:olive;
	text-align		:center;
	color			:white;
	overflow		:hidden;
}

#svgc {
	background-color	:black;
	position		:absolute;
	z-index			:10;
	width			:100%;
	height			:100%;
}

#svgc svg {
	width			:100%;
	height			:100%;
}

#msg {
	width			:100%;
	height			:100%;
	position		:absolute;
	z-index			:20;
	background-color	:transparent;
}
