body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#FFF url(../img/bg.jpg) repeat-x fixed top center;
}
#apDiv1 {
	position:relative;
	/*position:static;*/

	left:0px;
	top:10px;
	width:700px;
	height:0px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:25px;
	top:65px;
	width:750px;
	height:460px;
	z-index:2;
}
