@charset "utf-8";
body {
	background-color: #524040;
}
#apDiv1 {
	position:absolute;
	width:800px;
	height:500px;
	z-index:1;
	left: 10%;
}
#apDiv2 {
	position:absolute;
	width:800px;
	height:100px;
	z-index:1;
}
#apDiv3 {
	width:640px;
	height:400px;
	z-index:1;
	float: left;
}
#apDiv4 {
	width:160px;
	height:400px;
	z-index:2;
	float: left;
}
