html, body {
	background-size: cover;
    background-position: center center;
    background-image: url("./Platform010033.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}