html {
	-webkit-filter grayscale(100%); /* Safari / Chrome Support */
	filter: grayscale(100%);		/* Standard syntax */
}