body, html {
	height: 100%;
	margin: 0;
	overflow: hidden;
}

#divBg {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

#divBgCover {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: black;
	height: 100%;
	width: 100%;
	opacity: 0.7;
	filter: alpha(opacity=50);
	z-index: 1;
}

#divLogo {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 2;
}

#imgLogo {
	max-width: 100%;
	height: auto;

	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
