#topBackgroundElement {

	position: absolute;
	top: 0px;

}

#bottomBackgroundElement {

	position: fixed;
	bottom: 0px;

}

#topBackgroundElement,
#bottomBackgroundElement {

	left: 0px;
	width: 100%;
	z-index: -1;
	background-position: center;

}