.container {
	width: 1000px;
	margin: auto;
	left: auto;
	right: auto;
	
}
.header {
	background-color: #013300;
	width: 1000px;
}
.nav {
	background-color: #551418;
	width: 1000px;
}
.content {
	background-color: #551418;
}
