html,
body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	}

#target {
	width:100%;
	}

#vis {
	width:100%;
	background:#fff url('../imgs/noise.png') repeat top left;
	}

.border {
	fill:none;
	stroke:none;
	shape-rendering:crispEdges;
	}

.morph {
	shape-rendering:geometricPrecision;
	}