body {
	background: #fff url(images/tile.gif);
	margin: 0px;
	width: 100%;
	}
	
.stage {
	width: 800px; 
	height: 600px; 
	/* border: #867866 1px solid; */
	margin: 0px auto;
	background: #ffffff;
	}
	
#ad {
	position:absolute;
	top:0px;
	width: 800px; 
	height: 650px; 
	/* border: #867866 1px solid; */
	margin: 0px auto;
	background: #ffffff;
	z-index: 10;
	display: block;
	}
	
.info {
	background: #fff url(images/tile.gif); 
	width: 423px; 
	height: 453px; 
	float: right;

	}

.info-plinth {
	background: #ffffff; 
	position: absolute; 
	overflow: auto; 
	width: 400px; 
	height: 397px; 
	margin: 25px 15px 50px 15px;
	}
	
.promoinfo {
	background: #fff url(images/tile.gif); 
	width: 750px; 
	height: 704px; 
	float: right;
	margin: 0px auto;
	}

.promoinfo-plinth {
	background: #ffffff; 
	position: absolute; 
	overflow: auto; 
	width: 700px; 
	height: 657px; 
	margin: 15px 15px 15px 15px;
	}

	
.info-plinth-content {
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	}
	
#about-text {
	font-family: verdana, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #996666;
	}
	
#orange-chevron {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 10px;
	color: #FF6600;
	margin-top:-2px
	margin-left:-1px;
	}
	
#residents-text {
	font-family: arial, verdana, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color: #999999;
	}
	
.residents-text {
	font-family: arial, verdana, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color: #999999;
	}
	
.residents-button a {
	background-color:#CCC6AB;
	font-family: arial, verdana, sans-serif;
	color: #ffffff;
	text-align: left;
	font-size: 9px;
	font-weight: bold;
	display: inline;
	margin: 3px 1px 3px 1px;
	padding: 2px 1px 2px 1px;
	border-bottom: 2px #fff solid;
	text-decoration: none;
	}
	
.residents-button a:hover {
	background-color:#CCC6AB;
	border-bottom: 2px solid #ff6600;
	}
	