#e7overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10em;
	z-index: 500001;
	background-color:#000000;
}

#e7overlayContent {
	margin:-200px 0 0 -180px;
	top:50%;
	left:50%;
	width:35em;
	height:6em;
	position:absolute; /* puts container in front of distance */
	text-align:left;
	clear:left;
	background-color:#ffffff;
	z-index: 500002;
	padding:2em;
	text-align:justify;
	color:#000000;
}

#e7overlayContent img{
	margin-bottom:1em;
}
#e7overlayContent a{
	text-transform:uppercase;
	margin-right:2em;
}


#e7overlayContainer {
	position: absolute;
	top: 0;
	left: 0;
	width:200px;
	width: 100%;
	height: 10em;
	z-index: 500000;
	background-color:transparent;
}