@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
}
#apDiv1 {
	position:relative;
	width:990px;
	height:400px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	margin-top: 200px;
	margin-bottom: auto;
}
#apDiv2 {
	position:absolute;
	width:990px;
	height:94px;
	z-index:2;
	text-align: center;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	left: 0px;
	top: 170px;
}

