.home {
	background-image: url(../images/bg.jpg);
	background-attachment: scroll;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
}
.home_signup {
	background-image: url(../images/bg_home_signup.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #33470C;
}
