#wrap, #header, #container, #footer{
	float:left;
	width:100%;
}

#header{
	position:relative;
	height:100px;
}

#footer{
	margin-top:100px;
	padding:65px 0 80px 0;
	border-top:1px solid #7f7f7f;
}

#content{
	margin:0 auto;
	width:1200px;
}

.sectors{
	margin:0 auto;
	width:1364px;
}

.sectors2{
	margin:0 auto;
	width:900px;
}

.sectors3{
	margin:0 auto;
	width:1087px;
}

.mobile{
	display:none;
}

@media screen and (max-width:640px){
	#header{
		height:80px;
	}

	#footer{
		margin-top:50px;
		padding:40px 0 50px 0;
	}

	.sectors, .sectors2, .sectors3{
		width:100%;
	}

	.mobile{
		display:block;
	}

	.web{
		display:none;
	}

	.mbr{
		display:block;
		clear:both;
	}
}