#apDivLink {
	position:absolute;
	left:50%;
	width:250px;
	height:35px;
	z-index:2;
	margin-left: -125px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
#apDivContainer {
	position:absolute;
	left:50%;
	top:50%;
	width:3000px;
	height:450px;
	z-index:1;
	margin-left: -1500px;
	background-image: url(color-bg2.png);
	background-repeat: repeat-x;
	background-position: center center;
	margin-top: -225px;
}
#apDivLogo {
	position:absolute;
	left:50%;
	top:50%;
	width:700px;
	height:150px;
	z-index:2;
	margin-top: -75px;
	margin-left: -350px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

body {
	background-image: url(color-bg.jpg);
	background-repeat: repeat-x;
	background-color: #414141;
}
#apDivLink a {
	color: #000;
	text-decoration: none;
}
#apDivLink a:hover {
	color: #FFF;
	text-decoration: none;
}
