#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
}
#apDiv2 {
	position:absolute;
	width:31px;
	height:67px;
	z-index:1;
}
#apDiv3 {
	position:absolute;
	width:100px;
	height:134px;
	z-index:1;
	background-image: url(../img/icon.png);
	left: 12px;
	top: -40px;
}
#apDiv4 {
	position:absolute;
	width:410px;
	height:250px;
	z-index:2;
	left: 2px;
	top: -300px;
	font-size: 36px;
	font-weight: 700;
	padding-left: 18px;
}
