body {
	background: linear-gradient(to right, #00FF00, #000000);
}

body:hover {
	background: linear-gradient(to right, #0000FF, #FF0000);
}