html {
	background-image: url(background-04.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 20%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}