.style1 {
	font-family: Arial, Helvetica, sans-serif;
}

li {
	list-style:none;
}
a {
	font-size: 16px;
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #666666;
	font-size: 12px;
	font-style: normal;
}
a:visited {
	text-decoration: none;
	color: #333333;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
#apDiv1 {
	width:1000px;
	margin: auto;
	height: 600px;
	margin: auto;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	top: 100px;
}
#apDiv2 {
	position:relative;
	width:850px;
	height:600px;
	background-color: #EEEEEE;
	left: 150px;
	top: auto;
}
#apDiv3 {
	width:150px;
	height:600px;
	z-index:auto;
	background-color: #EEEEEE;
	position: absolute;
	margin: auto;
	top: auto;
}
body {
	margin: auto;
	padding: 0px;
	background-color: #000000;
	background-image: url();
	background-repeat: repeat;
}
