#wrap, #container, #footer{
	float:left;
	width:100%;
}

#header{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:130px;
	z-index:9999;
}

#container{
	float:left;
	width:100%;
	margin-top:130px;
}


#footer{
	margin-top:100px;
	padding:75px 0;
	background:#363636;
}


#content{
	margin:0 auto;
	width:1200px;
}

.sectors{
	position:relative;
	margin:0 auto;
	width:1640px;
}

.sectors2{
	position:relative;
	margin:0 auto;
	width:1362px;
}

.sectors3{
	position:relative;
	margin:0 auto;
	width:800px;
}

.mobile{
	display:none;
}

@media screen and (max-width:640px){
	#header{
		position:fixed;
		height:90px;
		background:#fff;
	}

	#container{
		margin-top:90px;
	}

	.mobile{
		display:block;
	}

	.web{
		display:none;
	}

	.sectors, .sectors2, .sectors3{
		width:100%;
	}

	.mbr{
		display:block;
		clear:both;
	}

	.none{
		display:none;
	}
}