.homepage-background {
	background-attachment: scroll;
	background-image: url(../images/bg_home.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.subpage-elementbg {
	background-attachment: scroll;
	background-image: url(../images/subpage_elementbg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
}
.subpage-bg-right {
	background-attachment: scroll;
	background-image: url(../images/subpage_bg_right.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.subpage-bg-left {
	background-attachment: scroll;
	background-image: url(../images/subpage_bg_left.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
