/* 
    Document   : overlay
    Created on : 2011-09-23, 09:09:42
    Author     : pkowerzanow
    Description:
        Purpose of the stylesheet follows.
*/
	#overlay {
		position: inherit;
/*		background-image:url(./theme/transparent.png);*/
		color:green;
		height:300px;
		
	}
	
	/* container for external content. uses vertical scrollbar, if needed */
	div.contentWrap {
		width:646px;
		height:516px;
		overflow:hidden;
	}
	
