A {					color: #D77E35; }
HTML, BODY {		margin: 0; padding: 0; font-family: sans-serif; line-height: 1.4; }
BODY > DIV {		width: 1000px; margin: 0 auto 70px auto; outline1: 1px solid red; }
HEADER {			margin-top: 30px; display: flex; flex-direction: row; justify-content: space-between; align-content: center; }
HEADER > IMG {		width: 200px; height1: 80px; }
HEADER > NAV {		display: flex; align-items: center;}
HEADER > NAV > IMG {	width: 16px; margin-right: 5px; }
HEADER > NAV > A {	margin-left: 30px;  }
BODY > DIV > DIV {	margin-top: 30px; width: 100%; height: 430px; background: url(bg.jpg) no-repeat center top; background-size: cover; border-top: 7px solid #D77E35;}
BODY > DIV > A {	display: block; margin-top: 10px; }
