body{

	background-image: url();

	width: 100%;
	background-size: 100%
	background-position: center ;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: ;
	height: 100vh;
	min-height: 500px;
	background-attachment: scroll;

}