body
{
	min-height: 1125px;
	height: auto !important;
	height: 1125px;
	margin: 0px; padding: 0px;
}

/* use a semi-transparent image for the overlay */ 
#overlay 
{
	color:#efefef; 
	/* height:1100px; */
} 
 
/* container for external content. uses vertical scrollbar, if needed */ 
.contentWrap 
{							
	/*_height:1100px;
	_overflow-y:auto;*/
}

/* the overlayed element */
.overlay {
	
	/* initially overlay is hidden */
	display:none;			
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:950px;				
	padding:0;
	margin:0;
}
