html
{
	background-color: rgb(204, 204, 204);
}
#header
{
	background-color: rgb(204, 204, 204);
}
#navigation
{
	background-color: rgb(102, 102, 102);
}
#footer
{
	background-color: rgb(204, 204, 204);
	border-top-color: rgb(102, 102, 102);
}