body {
	/* Halloween background */
	/*background: url('/resources/img/halloween/dark-blue-noise_halloween_compressed.jpg') repeat top left;*/
	background: url('/resources/img/halloween/dark-blue-noise_halloween_orange_compressed.jpg') repeat top left;
}

#page-wrapper{
	/* Orange */
	background: -o-linear-gradient(top, rgba(245, 122, 0, 0.5) 0%,rgba(245, 122, 0, 0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(245, 122, 0, 0.5) 0%,rgba(245, 122, 0, 0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(245, 122, 0, 0.5) 0%, rgba(245, 122, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F57A00', endColorstr='#EDAC6B',GradientType=0 ); /* IE6-8 */
}