@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/beggarman.jpg);
	background-repeat: no-repeat;
}

#apVideoBeggarman {
	border: 2px solid #FDB400;
	position: absolute;
	height: 366px;
	width: 651px;
	top: 50px;
	visibility: visible;
	background-color: #333;
	right: 0px;
	z-index: 3;
	left: 0px;
}

#apTextContent {
	position: absolute;
	top: 75px;
	left: 676px;
	border: 1px dotted #CCC;
	height: 273px;
	width: 375px;
	padding: 20px;
	background-color: #4a4a4a;
	z-index: 2;
}

