body {
	background-color: #E4ECE5;
}
body.index {
	background-color: #91b195;
}
.index #container {
	background: url(../images/index-bg-2.png) no-repeat 230px 24px;
	min-height: 600px;
}
a:link, a:visited {
	text-decoration: none;
	color: #486646;
}
a:hover, a:active {
	color: #333333;
}
