body {
	background-color: pink;
	font-family: Caveat;
	font-size: 14px;
}


.container {
	width: 900px;
	height: auto;
	background: red;
	margin: 30px auto;
}

.header {
	height: 300px;
	width: 900px;
}

.navigation {
	background-color: blue;
	width: 900px;
	height: 45px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer {
	height: 50px;
	width: 900px;
	text-align: center;
	background: blue;
}

a {
	color: white;
}

body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}
.navigation {
	background-color: #333;
	overflow: hidden;
}
.navigation p {
	margin: 0;
}
.navigation a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 20px;
	text-decoration: none;
	float: left;
}
.navigation a:hover {
	background-color: #ddd;
	color: black;
}