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


#apPageContent {
	position:relative;
	width:1000px;
	height:465px;
	z-index:1;
	border: 5px solid #000;
	left: 45px;
	background-image: url(../images/bgds/slygirl.jpg);
	background-repeat: no-repeat;
}
/* CSS Document */

#apVideoEmbed {
	border: 2px solid #FDB400;
	position: absolute;
	height: 360px;
	width: 640px;
	top: 54px;
	visibility: visible;
	background-color: #333;
	z-index: 3;
	right: 456px;
	left: 0;
}


#apTextContent {
	position: absolute;
	top: 87px;
	left: 658px;
	border: 1px dotted #5D5D5D;
	height: 239px;
	width: 400px;
	padding: 20px;
	background-color: #4A4A4A;
	z-index: 2;
}

