
/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(/images/overlay.png);
	
	/* dimensions after the growing animation finishes  */
	width:554px;
	height:395px;		
	
	/* initially overlay is hidden */
	display:none;
}

#overlay {
	color:#efefef;
	height:539px;
}

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