
@font-face {
    font-family: MinecraftRegular;
    src: url('/static/MinecraftRegular.woff');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0px;
	background: url('/static/dirt.jpg');
	background-repeat: repeat;
	background-size: 128px;
}

.outer-wrapper {
	display: table;
	width: 100vw;
	height: 100vh;
	text-align: center;
}

.wrapper {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 40px;
}

#title-block {
    width: 1000px;
}

#token {
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;

    background: black;
    width: 800px;
    height: 80px;
    border: 4px solid #aaa;

    padding-left: 16px;

    font-family: MinecraftRegular;
    font-size: 28px;
    color: #eee;
    text-shadow: 4px 4px #383838;
}

#button{
	display: inline-block;
	height: 88px;
	width: 808px;
	text-decoration: none;
	text-align: center;
	color: white;
	background: url('/static/button.png') no-repeat;
    background-size: 804px 168px;
	font-family: MinecraftRegular;
	line-height: 52px;
    font-size: 22pt;

	margin-top: auto;
	margin-bottom: auto;
}

#button:hover{
	background-position: 0px -84px;
}

#loading {
    width: 200px;
}
