@charset "utf-8";
#apPageContent {
	position:relative;
	width:1000px;
	height:465px;
	z-index:1;
	border: 5px solid #333333;
	left: 45px;
	background-repeat: no-repeat;
	background-image: url(../images/bgds/slygirl.jpg);
}

#apVideoEmbed {
	border: 2px solid #FDB400;
	position: absolute;
	height: 366px;
	width: 650px;
	top: 60px;
	visibility: visible;
	left: 386px;
	background-color: #333;
	z-index: 3;
}
#apTextContent {
	position: absolute;
	top: 36px;
	left: 0px;
	border: 1px dotted #5D5D5D;
	height: 343px;
	width: 368px;
	padding: 20px;
	background-color: #333;
	z-index: 2;
}
