body {
	background: #eac600;
}

#teaser {
        	background: #eac600;
         /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffde27+0,eac600+100 */
	background: #ffde27; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #ffde27 0%, #eac600 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #ffde27 0%,#eac600 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #ffde27 0%,#eac600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde27', endColorstr='#eac600',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}