body {
	background-color: #FFF;
}
.container {
	height: 1000px;
	width: 800px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.footer {
	height: 200px;
	width: 800px;
}
.footer h1 {
	color: #666;
	font-size: 24px;
	text-align: center;
}
.container .footer h1 a {
	color: #666;
}
