html, body {
	background-size: cover;
    background-position: center center;
    background-image: url(https://www.fjrijders.net/BGimage.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}