.mainbg {
	background-attachment: fixed;
	background-image: url(images2/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bg2 {
	background-image: url(images2/bg2.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
}
.bg3 {
	background-attachment: fixed;
	background-image: url(images2/bg3.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
a:link, a:visited{
font-family: arial, helvetica;
text-decoration: none;
font-weight: bold;
color: #2D6033;
}
a:hover, a:active{
font-family: arial, helvetica;
text-decoration: none;
font-weight: bold;
color: #CBE7CE;
}