body, html {
  height: 100%;
}

.bg {
	/* The image used */
	background-image: none;
	/* Full height */
	height: 150%;
	/* margin-top: 50% */
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
	background-color: #FFF;
}
