#loading-blinder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#loading-blinder > center {
	display: table-cell;
	vertical-align: middle;
}
#loading-blinder .spinner {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
}
#loading-blinder .spinner div {
	background: #c00;
}
