/* CSS Document */
body {
	margin: 0 0 0 0;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
}
#stageWrapper {
	position:relative;
	left:0px;
	top:0px;
	width:665px; /*1000px;*/
	height:450px; /*783px;*/
	margin-left: auto; 
	margin-right: auto;
	text-align:left;
}
#stageBoundary {
	position:absolute;
	left:83px; /*127px;*/
	top:173px; /*338px;*/
	width:481px; /*721px;*/
	height:175px; /*220px;*/
	overflow:hidden;
	z-index:10;
}
#stageImage {
	position:absolute;
	left:0px;
	top:0px;
	width:665px;
	height:450px; 
	background: url('../images/lightedStateCurtains.jpg') no-repeat top center;
}
.actor {
	position:relative;
	left:0px;
	top:0px;
	width:481px;
	height:175px;
	text-align:center;
}
