#Layer1{
	position:relative;
	width:950px;
	height:570px;
	z-index:1;
	margin: 0px auto;
}

#Layer2{
	position:absolute;
	left:0px;
	width:184px;
	height:229px;
	z-index:2;
	top: 28px;

}
#Layer3{
	position:absolute;
	left:191px;
	z-index:3;
	top: 181px;
	width: 400px;
	height: 300px;

}
#frame{
	position:absolute;
	left:191px;
	z-index:3;
	top: 181px;
	width: 568px;
	height: 379px;
	overflow-y:auto;
	overflow-x:hidden

}

