body {
	overflow		:hidden;
	margin			:0;
	padding			:0;
}

#svg-box {
	width			:100%;
	height			:100%;
}

#svg-box svg {
	width			:100%;
	height			:100%;		
}

#data {
	position		:absolute;
	z-index			:1000;
	width			:500px;
}
