html {
	margin:0;
}

body {
	color:#000;
	font-family: 'Alegreya Sans', sans-serif;
	/*text-shadow: 1px 1px 2px #000;*/
}

#background {
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:0;
	color:transparent;
	background-size:cover;
	background-position:50% 50%;
	background-repeat:none;
	background-image:url('../img/bg/02.jpg_');
	background-color:#fff;
}

#wrapper {
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	padding:20px;
}

#text {
	text-align:center;
}

h1 {
	font-family: 'Permanent Marker', cursive;
	/*text-shadow: 2px 2px #333333;*/
}

#likebox {
	width:200px;
	height:80px;
	position:absolute;
	left:10px;
	bottom:0px;
}

@media only screen and ( max-width: 64em ) {
	#wrapper {
		bottom:90px;
	}
}