body {
	margin: 0 auto;
	background: #bebeb8;
	height: 100%;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

#back {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#back img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

a {
	text-decoration: none;
}

.logo {
	position: absolute;
	width: 193px;
	height: 300px;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -96.5px;
}

.overlay {
  background-image: url(images/overlay.png);
  background-color: rgba(95,96,96,0.4);
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}