body {
	background-color: #b7d1c4
}

#header {
	background-color: green;
}

#contents {
	background-color: yellow;
}

#footer {
	background-color: blue;
}