.overlay {
	position:absolute;
	top:50%;
	left:50%;
	width:300px;
	height:200px;
	margin-left:-150px;
	margin-top:-100px;
	background-color:rgba(0, 0, 0, 0.85);
}
