#wrap, #container, #header, #footer{
	float:left;
	width:100%;
}

#wrap.main{
	height:100vh;
	background-size:cover;
	background-position:center center;
}

#header{
	height:110px;
	border-bottom:1px solid #dbdbdb;
}

.sectors{
	margin:0 auto;
	width:1280px;
}

@media screen and (max-width:760px){
	#header{
		height:80px;
	}

	.sectors{
		float:left;
		width:90%;
		margin-left:5%;
	}
}