html {
	width: 100%;
	height: 100%;
	overflow-y: hidden;
}
body {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	overflow-y: hidden;
	background-color: #FFF;
}
img {
	border: 0;
}

#test_a {
	display: none;
	position: absolute;
	top: 639px;
	left: 894px;
	width: 105px;
	height: 105px;
	background-image: url(../images/btn/btn_pdf_s1.png);
	background-size: 100%;
	cursor: pointer;
}
#test_a:active {
	background-image: url(../images/btn/btn_pdf_s2.png);
}

#box {
	width: 1024px;
	height: 768px;
	margin: 0 auto;
	position: relative;
}
#pdf {
	width: 1024px;
	height: 768px;
	margin: 0 auto;
	position: relative;
	display: none;
}
#box-img {
	opacity: 0;
	width: 100%;
}
#dim-box {
	width: 100%;
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
#box-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.canvasHolder {
	width: 100%;
	height: 100%;
	position: relative;
}
#testCanvas, #the-canvas {
	background-color: #FFF;
}

@media all and (min-height: 192px) {
	#box, #pdf {
		height: 100%;
	}
}