html, body {
	background: #2b8791;
}

a {
	color: #8b0108;	
}

#logo a {
	margin: 32px 0 25px 0;
	background: url('../images/logo.png') no-repeat;
	width: 212px;
	height: 37px;
	color: #FFFFFF;
}

#navigation,
#footer_nav {
	background: #2b8791;
}