

header {
  margin-bottom: 2em;
}

#main {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 3%;
	font-weight: 300;
	font-family: 'Open Sans', Verdana;
	text-align: center;
}

.btn {
  background: #39c;
  border-radius: 4px;
  color: white;
  padding: 15px;
  text-decoration: none;
}


#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0D0E17;
	
    z-index: 100500;
}

#page-preloader .spinner {
	width: 260px;
	height: 260px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../Logo.gif) no-repeat 50% 50%;
	margin: -130px 0 0 -130px;
}