/* MAIN BACKGROUND */
body {
	background-attachment: fixed;
        background-image:url(/wof/background.png);
	text-align: center;
	line-height: 1.4;
	margin: 0;
	overflow-y: scroll;
        background-size: cover; 
}

/* HEADER IMAGE */
#header-container {
	background-attachment: fixed;
        background-image:url(/wof/background.png);
	text-align: center;
	line-height: 1.4;
	margin: 0;
	overflow-y: scroll;
        background-size: cover; 
}

/* BACKGROUND BEHIND THE COLLAPSIBLE HEADER */
#expandcontent {
	background: url(../../../images/wof/expandheader.png);
}

/* SCROLL TO TOP AND BOTTOM BUTTON IMAGES */
.scrollToTop {
	background:url(../../../images/wof/scrolltotopbutton.png);
}

.scrollToTop:hover {
background:url(../../../images/wof/scrolltotopbuttonhover.png);
}

.scrollToBottom {
	background:url(../../../images/wof/scrolltobottombutton.png);
}

.scrollToBottom:hover {
background:url(../../../images/wof/scrolltobottombuttonhover.png);
}

