html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	background-image: url("../../img/faces-of-war/Faces-of-War-texture-options.png");
}

div.bodyText {
	border-style: solid;
	border-width: 2px;
	max-width: 1000px;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;

	background-color: rgba(256, 256, 256, 0.75);
	
}


div.headings-box-center-outer {
	margin-left: auto;
	margin-right: auto;
	height: 80px;
	max-width: 825px;
	background-image: url("../../img/faces-of-war/Faces-of-War-texture-menu-red-bar-bottom.png");
}
div.headings-box-center-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
}
h1 {
	text-align: center;
	color: white;
	margin: 0;
}
div.title-outline {
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
}

p.spacer {
	margin-top: 32px;
}

p.small {
	font-size: 0.85em;
}

hr.half {
	width: 50%;
}


footer {
	text-align: center;
}
footer p {
	display: inline-block;
	border-style: outset;
	border-width: 5px;
	padding: 5px;
	background-color: Maroon;
}
footer a {
	color: white;
}