* {
	margin: 0;
	padding: 0;	
}
body {
	background-image: url("../img/splash.jpg");
  	background-repeat: repeat-y;
  	background-position: 50% 50%;
  	background-size: cover;
  	background-attachment: fixed;
  	height: 100vh;
}

.splash {
	margin: 0 auto;
	height: 99vh;
	text-align: center;
}

.splash img {
	max-width: 50%;
	padding: 50px;
}