.container {
	color: white;
	background-color: transparent;
}

body {
	background-image: url(/back.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

html, body {
	height: 100%;
	min-height: 100%;
}
