﻿body {
	background-image: url(images/body_bg.gif);
	color: white;
	max-width: 1024px;
	margin: auto;
}

.navigation {
	color: white !important;
	font-weight: bold !important;
	width: 100%;
	background-color: #8B0B04 !important;
	border-top: 2px solid black !important;
	border-bottom: 2px solid black;
	line-height: 28px;
}

.content {
	white-space: pre-wrap;
	word-wrap: break-word;
	white-space: normal;
}

.demo {
	color: white;
	background-color: #8B0B04;
	border-top: 2px solid black;
	max-width: 1024px;
	border-bottom: 2px solid black;
}

.footer {
	width:100vw;
	color:white;
	background-color:#8B0B04;
	border-top: 2px solid black;
	max-width: 1024px;
}