html {
	height: 100%;
	background-image: url(floor-pattern.png);
	background-position: center top;
}

body {
	margin: 0 auto;
	width: 50em;
	max-width: 98%;
	min-height: 100%;


	font-family: "Helvetica", "Arial", sans-serif;
	line-height: 1.2;
	color: #ddd;
}

section {
	border-style: double;
	border-width: 3px;
	box-sizing: border-box;
	border-color: #888;
	background: #222;
	padding: 0em;
	margin: 0.5em;

	background-image: url(pattern.png);
}

article {
	margin: 0.5em;
}

header {
	padding-top: 90px;
	/*padding: 1em 1em 0 1em;*/
}

footer {
	padding-bottom: 90px;
}


a {
	color: #fff;
}

h1 {
	font-family: "Verdana", monospace;
	text-align: center;
	vertical-align: middle;
}

.tst {
	font-weight: bold;
	font-style: italic;
	color: gold;
	letter-spacing: 0.2em;
}

.text {
	white-space: pre-line;
}
