@charset "utf-8";

body {
	background-image: url(images/backgorund.png);
}

#wrapper {
	position: relative;
	height: 1000px;
	width: 750px;
	margin: auto;
	text-align: center;
	top: 60px;
}
#apDiv1 {
	position:absolute;
	width:800px;
	height:450px;
	z-index:1;
	left: 0px;
	top: 67px;
}
#apDiv2 {
	position:absolute;
	width:750px;
	height:60px;
	z-index:1;
	left: 0px;
	top: 937px;
}
.style1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10pt;
	color: #666;
}
.a1{
	color: #999;	
}

