body {
	background-color: #408585;
	font-family: Caveat;
	font-size: 14px;
}


.container {
	width: 900px;
	height: 1000px;
	background: #ffff;
	margin: 30px auto;
}

.header {
	background-color: orange;
	height: 300px;
	width: 900px;
}

.navigation {
	background-color: pink;
	width: 900px;
	height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer {
	height: 50px;
	width: 900px;
	text-align: center;
	background: orange;
}
