
/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

	#overlay {
		background-image:url(images/transparent.png);
		color:#efefef;
		height:450px;
		z-index: 10000;
	}
	
	/* container for external content. uses vertical scrollbar, if needed */
	div.contentWrap {
		height:451px;
		overflow-y:auto;
	}
