html,
body {
	background-attachment:fixed;
	background-position:50% 50%;
	background-size:cover;
	margin:0;
	padding:0;
}
.loader-circle {width:50px;height:50px;border-width:5px;border-style: solid;border-color:#00b7ff transparent;border-radius:100%;margin:0 auto;animation: spinnerEasy ease-in-out 1s infinite;}
@keyframes spinnerEasy {
	0% {transform:rotate(0deg);}
	100% {transform:rotate(360deg);}
}
.bg-pic { background-image:url("../img/bg.jpg"); }