@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	width: 100%;
}
#page {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: 534px;
	background-color: white;
}
#top {
	background-image: url(/images/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
}
#bottom {
	background-image: url(/images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100%;
}
#apDiv1 {
	position:absolute;
	top:167px;
	width:780px;
	height:182px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#apDiv1 img {
	margin-right: auto;
	margin-left: auto;
}

#apDiv2 {
	position:absolute;
	top:394px;
	width:780px;
	height:33px;
	z-index:2;
	text-align: center;
}
#apDiv3 {
	position:absolute;
	left:404px;
	top:394px;
	width:92px;
	height:33px;
	z-index:3;
}
#english {
	padding-right: 80px;
}
