*{
	padding:0 !important;
	margin:0 !important;
}

body{
	background-color:black;	
}

#divBanner{
	margin:auto;
	text-align:center;
	background-color:white;
	position:absolute;
	width:100%;
}

#banner{
	height:60px;
}

#centralizar{
	display:flex !important;
	position:absolute;
	height:500px;
	width:100%;
	align-items: center;
    justify-content: center;
	margin-top:50px !important;
}


#popup{
	background-image:url(./images/imagem.png);
	background-repeat: no-repeat;
	background-size:889px 500px;
	position:absolute;	
	margin: auto auto;
	height:500px;
	width:70%;
}