html {height: 100%}
body {
	background-image: url("/images/bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: white;
}
.top-left {
	position: absolute;
	top: 10px;
	left: 35px;
}
.bottom-right {
	position: absolute;
	bottom: 8px;
	right: 16px;
}