body {
	text-align: center;
	background: #000;
	font-family: sans-serif;
}

#randomizr {
	position: absolute;
	top: 0;
	bottom: 10%;
	left: 0;
	right: 0;
}

#top, #mid, #bot {
	display: block;
	background-repeat: no-repeat;
}

#top {
	background-position: center top;
	height: 34%;
	background-size: auto 301%;
}

#mid {
	background-position: center center;
	height: 28%;
	background-size: auto 366%;
}

#bot {
	background-position: center bottom;
	height: 38%;
	background-size: auto 270%;
}

.button {
	position: absolute;
	top: 90%;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	color: #fff;
	font-size: 30px;
	text-decoration: none;
	text-align: center;
	background: url(loop.svg) no-repeat center center;
}

.button span {
	text-indent: -999999px;
	display: block;
}