#Anchor {
	position:absolute;
	left:25px;
	top:25px;
	width:100px;
	height:100px;
	z-index:310;
}
#FramedImage1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1200px;
    height: 900px;
    z-index: 10;
}
.FramedImg01 {
    width: 1200px;
    height: 900px;
    overflow: visible;
    z-index: auto;
    border: 0;
}
#BlankHolder {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1200px;
    height: 900px;
    z-index: 900;
}
.BlankHolder {
	height: 900px;
	width: 1200px;
	overflow: visible;
	z-index: 1;
	border-width: 0;
	border: 0;
}
