@charset "utf-8";
/* CSS Document */

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

