/* dark header */
#header {
	height: 200px;
	width: 100%;
	overflow: hidden;
	background: #fff;
}

#header-inside {
	position: relative
	height: 200px;
	width: 100%;
	overflow: hidden;
	background: #fff;
}


#logo {	
	position: absolute;
	float: left;
	top: 5px;
	left: 5px;
	margin: 0px;
	width: 170px;
	height: 168px;
	background: url(../images/logo.png) no-repeat;
	z-index: 99;
}

#top {	
	position: relative;
	float: right;
	top: 0px;
	height: 168px;
	width: 640px;
	background: url(../images/top_bg.png) no-repeat;
}

#bottom-header {
	position: relative;
	float: right;
	bottom: 15px;
	height: 38px;
	width: 808px;
	background: url(../images/ResidencialBomSucesso.png) no-repeat;
}
