#Anchor {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 100px;
	height: 100px;
	z-index: 100;
}
#Text {
    position: absolute;
    left: 10px;
    top: 372px;
    width: 1100px;
    height: 200px;
    z-index: 200;
}
#LandscapeBox {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 1050px;
    height: 300px;
    z-index: 300;
}
.Landscape {
    height: 300px;
    width: 1050px;
    overflow: visible;
    z-index: inherit;
    border-width: 0;
    border: 0;
}
#TwoPgOrigBox {
	position:absolute;
	visibility:inherit;
	left:0px;
	top:10px;
	width:800px;
	height:300px;
	z-index:300;
}
.TwoPgOrigCls {
	height: 400px;
	width: 1500px;
	overflow: visible;
	z-index: inherit;
	border-width: 0;
	border: 0;
}
#BackImageScan {
    position: absolute;
    visibility: inherit;
    left: 10px;
    top: 10px;
    width: 1050px;
    height: 300px;
    z-index: 320;
}
.BackImageScan {
    height: 800px;
    width: 3600px;
    overflow: visible;
    z-index: inherit;
    border-width: 0;
    border: 0;
}
