.l-homepageoverlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left : 0;
	background-color: black;
	opacity:0.7;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	z-index: 40;
	display: none;
}


.l-homepageoverlay div {
    margin: auto;
    margin-top: 50px;
}

#l-allpropunits {
	z-index: 60;
	position: relative;
}