#scratch-container {
	position: absolute;
	background: white;
	right: 0;
	width: 640px;
	height: 384px;
	overflow: auto;
	z-index: 9999;
	border: 1px solid #ccc;
  margin-top: 200px;
}

#scratch {
  zoom: 50%;
}
