body {
	width: 800px;
	height: 100%;
	background-color: #B74900;
	image-rendering: pixelated;
	font-family: pixel;
	color: white;
	margin: 0px auto 0px auto;
	}
img {
	margin: 0;
	padding: 0;
	}
p, h1, h2, h3 {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	}
p {
  font-size: 13px;
}
a:link, a:visited {
	color: #FFFF00;
	}
a:active {
	color: #FF0000;
	}
a:hover {
	color: #FF0000;
	}
table {
	border-spacing: 0;
	}
tr, td {
	padding: 0;
	border: 0;
	}
hr {
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	}
iframe {
	border: none;
	width: 100%;
	}
.head {
	background-image: url(assets/banner.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 200px;
	}
.nav {
	background-color: #183C5A;
	height: 24px;
	width: 800px;
	}
.page {
  width: 800px;
  }
.main {
	vertical-align: top;
	width: 600px;
	height: 100%;
	}
.center {
	display: block;
	margin: 0 auto 0 auto;
	}
@font-face {
  font-family: pixel;
  src: url(assets/SysBold.ttf);
	}
	