<style>

/* use a semi-transparent image for the overlay */
#overlay {
	background-image:url(images/overlay/white.png);
	color:#efefef;
	height:450px;
}

/* container for external content. uses vertical scrollbar, if needed */
.contentWrap {
	height:441px;
	overflow-y:auto;
	padding:20px;
	line-height:150%;
	font-size:1.1em;
	background-color:#EAE8D4;
}




</style>
