#Anchor {
	position: absolute;
	left: 18px;
	top: 21px;
	width: 100px;
	height: 100px;
	z-index: 100;
}
#Text {
    position: absolute;
    left: 320px;
    top: -10px;
    width: 500px;
    height: 600px;
    z-index: 200;
}
#ScenryPort {
    position: absolute;
    visibility: inherit;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 400px;
    z-index: 300;
}
.ScenryPort {
	height: 400px;
	width: 300px;
	overflow: visible;
	z-index: inherit;
	border-width: 0;
	border: 0;
}
#ScenryPop {
    position: absolute;
    visibility: inherit;
    left: 10px;
    top: 10px;
    width: 1100px;
    height: 1600px;
    z-index: 300;
}
.ScenryPop {
    height: 1400px;
    width: 1100px;
    overflow: visible;
    z-index: inherit;
    border-width: 0;
    border: 0;
}
#BackImageScan {
    position: absolute;
    visibility: inherit;
    left: 10px;
    top: 10px;
    width: 1000px;
    height: 1300px;
    z-index: 300;
}
.BackImageScan {
    height: 1300px;
    width: 1000px;
    overflow: visible;
    z-index: inherit;
    border-width: 0;
    border: 0;
}
