body {
	background-image: url("/img/bg.jpg");
	background-repeat: repeat;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#center {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#center img {
	box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.6)  ;
	-webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.6)  ;
	-moz-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.6)  ;
}

#center a {
	color: #fff;
	font-size: x-large;
	text-align: center;
}
