body {
	background: #fee140;
	background: -moz-linear-gradient(-45deg, #fee140 0%, #fa709a 100%);
	background: -webkit-linear-gradient(-45deg, #fee140 0%,#fa709a 100%);
	background: linear-gradient(135deg, #fee140 0%,#fa709a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee140', endColorstr='#fa709a',GradientType=1 );
	color: #ffffff;
}