html {
	background: url('../images/bg.png');
	background-repeat: no-repeat;
	background-position: center center fixed;
	background-size: cover;
	transition: background-image 1s linear;
}