/* IE9 SVG, needs conditional override of 'filter' to 'none' */
body {
	
	background: -moz-linear-gradient(top,  rgba(255,209,84,1) 0%, rgba(255,233,173,1) 52%, rgba(255,255,255,0) 100%) no-repeat; /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,209,84,1)), color-stop(52%,rgba(255,233,173,1)), color-stop(100%,rgba(255,255,255,0))) no-repeat; /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  rgba(255,209,84,1) 0%,rgba(255,233,173,1) 52%,rgba(255,255,255,0) 100%) no-repeat; /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  rgba(255,209,84,1) 0%,rgba(255,233,173,1) 52%,rgba(255,255,255,0) 100%) no-repeat; /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  rgba(255,209,84,1) 0%,rgba(255,233,173,1) 52%,rgba(255,255,255,0) 100%) no-repeat; /* IE10+ */
	
	background: linear-gradient(top,  rgba(255,209,84,1) 0%,rgba(255,233,173,1) 52%,rgba(255,255,255,0) 100%) no-repeat; /* W3C */

}