html, body {
	height: 100%;
}
body {
	text-align: center;
	background: url(../images/splash.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.site-wrapper {
	display: table;
	width: 100%;
	height: 100%; /* For at least Firefox */
	min-height: 100%;
	-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
	box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
	display: table-cell;
	vertical-align: middle;
}
.cover-container {
	margin-right: auto;
	margin-left: auto;
}
.inner {
	padding: 30px;
}
a.enter_btn {
	margin-top: 30px;
	width: 104px;
	height: 104px;
	display: inline-block;
	border: #fff solid 1px;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	line-height: 104px;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 52px;
	-moz-border-radius: 52px;
	border-radius: 52px;
}
a.enter_btn:hover {
	background: #968d84;
}
.cover {
	padding: 0 20px;
}
.mastfoot {
	background: #32434a;
	color: #90867c;
}
 @media (min-width: 768px) {
/* Pull out the header and footer */
.masthead {
	position: fixed;
	top: 0;
}
.mastfoot {
	position: fixed;
	bottom: 0;
	font-size:12px;
	padding-top: 12px;
	padding-bottom: 7px;
}
/* Start the vertical centering */
.site-wrapper-inner {
	vertical-align: middle;
}
/* Handle the widths */
.masthead,  .mastfoot,  .cover-container {
	width: 100%; /* Must be percentage or pixels for horizontal alignment */
}
}
 @media (min-width: 992px) {
.masthead,  .cover-container {
	width: 700px;
}
}
