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

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

/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap {
	height:655px;
	overflow-y:auto;
}