@CHARSET "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Rye);

html, body {
	height: 100%;
	min-height: 100%;
}

body {
	background: url("farwest.jpg") center top no-repeat;
	font-family: 'Rye';
	font-size: 200%;
}

div.wrapper {
	height: 100%;
	min-height: 100%;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

div.wrapper>div.textbox {
	width: 16em;
	line-height: 8em;
	background-color: rgba(255, 255, 255, 0.6);
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}