body {
	padding: 0;
	margin: 0;
	background-image: url("body_bg.png");
	background-repeat:;
}
#start {
	text-align: center;
	margin: 0 auto;
	background-image: url("on-point-visions-logo.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-position: center; 
	height:100vh;
}