#banner {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #BCA48C;
}
#nav {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 70px;
}
#main {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 95px;
	height: 100%;
	background-color: #BCA28B;
}
body {
	background-color: #BCA28B;
}
