@font-face {
	font-family:Minecraft;
	src:url(../fonts/minecraft.ttf);
}

@font-face {
	font-family:MinecraftTitle;
	src:url(../fonts/minecraft_title.ttf);
}

html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

body {
	margin:3px;
	padding:3px;
	background:url(../img/background3.png) 100% 100% no-repeat;
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
}


.content {
	max-width:700px;
	min-width:360px;
	border-radius:5px;
	margin:auto;
	background:rgba(255,255,255,0.3);
	padding:10px;
}



.info {
	width:calc(100% - 40px);
	background:rgba(255,255,255,1);
	border-radius:5px;
	padding:20px;
	font-family:Minecraft;
	text-align:center;
}

.title {
	font-family:MinecraftTitle;
	color:#bdb2ae;
	-webkit-text-stroke:1px #6b6562;
	text-stroke:1px #6b6562;
	text-shadow:3px 3px 0px #000;
	//transform:perspective(600px) rotateX(30deg);
}


.string {
	margin-top:18px;
	line-height:1.2;
}

.button_box {
	border:2px solid #000;
	width:calc(100% - 4px);
	margin:auto;
	margin-top:10px;
}

.button_box:hover {
	border:2px solid #ddd;
}

.button {
	background:url(../img/stone.png);
	padding:10px 20px;
	border-top:2px solid #aaaaaa;
	border-left:2px solid #aaaaaa;
	border-bottom:2px solid rgba(0,0,0,0.3);
	border-right:2px solid rgba(0,0,0,0.3);
	text-align:center;
	color:#fff;
	text-shadow: 2px 2px 0px #3f3f3f;
	font-family:Minecraft;
	line-height:1.5;
	
}

.map {
	width:calc(100% - 4px);
	height:400px;
	margin:auto;
	margin-top:20px;
	border:2px solid #000;
}

.margin_top_10 {
	margin-top:10px;
}