@charset "utf-8";
/* CSS Document */


#apPageContent {
	position:absolute;
	width:1000px;
	height:465px;
	z-index:1;
	border: 5px solid #333333;
	background-repeat: no-repeat;
	text-align: center;
	left: 45px;
	background-image: url(../images/bgds/about.jpg);
}

#apTextContent {
	position: absolute;
	top: 84px;
	left: 0px;
	height: 275px;
	width: 707px;
	padding: 10px;
	background-color: #333;
	border: 3px solid #fdb400;
	z-index: 2;
}
