#Anchor {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 100px;
    height: 100px;
    z-index: 100;
}
#Text {
    position: absolute;
    left: 620px;
    top: -10px;
    width: 500px;
    height: 688px;
    z-index: 200;
}
#ScenryLand {
    position: absolute;
    visibility: inherit;
    left: 0px;
    top: 10px;
    width: 500px;
    height: 400px;
    z-index: 340;
}
.ScenryLand {
	height: 500px;
	width: 600px;
	overflow: visible;
	z-index: inherit;
	border-width: 0;
	border: 0;
}
#ScenryPop {
    position: absolute;
    visibility: inherit;
    left: 10px;
    top: 10px;
    width: 1100px;
    height: 937px;
    z-index: 300;
}
.ScenryPop {
    height: 800px;
    width: 1000px;
    overflow: visible;
    z-index: inherit;
    border-width: 0;
    border: 0;
}
#BackImageScan {
    position: absolute;
    visibility: inherit;
    left: 10px;
    top: 10px;
    width: 1100px;
    height: 1000px;
    z-index: 320;
}
.BackImageScan {
    height: 1000px;
    width: 1100px;
    overflow: visible;
    z-index: inherit;
    border-width: 0;
    border: 0;
}
