* {
  margin: 0;
  padding: 0;
  }
  
html {
	height: 100%;
	}

body {
	background: #111;
	height: 100%;
	}

#home {
	background: url(home.jpg) no-repeat top center;
	height: 100%;
	}

#mission {
	background: url(mission.jpg) no-repeat top center;
	height: 100%;
	margin: 0 0 50px 0;
	}

#services {
	background: url(services.jpg) no-repeat top center;
	min-height: 1280px;
	height: 100%;
	margin: 0 0 50px 0;
	}

#innovation {
	background: url(services_innovation.jpg) no-repeat top center;
	min-height: 1280px;
	height: 100%;
	margin: 0 0 50px 0;
	}

#benefits {
	background: url(benefits.jpg) no-repeat top center;
	height: 100%;
	margin: 0 0 50px 0;
	}

#contact {
	background: url(contact.jpg) no-repeat top center;
	height: 100%;
	margin: 0 0 50px 0;
	}