@charset "utf-8";

body {
	background-color: #999999;
	margin: 0;
	padding: 0;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 344px;
	top: 12px;
	text-align: center;
}
#container {
	background-color: #FFFFFF;
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
}
#container #apDiv1 ul {
	position: relative;
}
#container #apDiv1 li {
	list-style-type: none;
	position: relative;
	font-weight: bolder;
	font-family: "Courier New", Courier, monospace;
}

#footer {
	background-color: #000000;
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-top: 1em;
	color: #FFFFFF;
	margin-left: auto;
	text-align: center;
}

#footer p {
	font-size: small;
	text-indent: 40px;
}

#footer li {
	display: inline;
	background-position: right;
}
#footer ul {
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 50px;
}
#footer a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
