html, body {
	background-size: auto auto;
    background-position: 50% 50%;
    background-image: url("./background.jpg");
    background-repeat: repeat-x;
    background-attachment: fixed;
}