

body {
	background: #333;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	zoom: 2;
	overflow: hidden;
	height: 400px;
	width: 2500px;
	margin-left: 0%;
	margin-top: 0%;
	
	
}
#canvas_holder {
	
	width: 2500px;
	height: 400px;
	background: #FFF;
}
canvas{
	height: 400px;
	width: 2500px;
}
