body, html {
  height: 100%;
}

body {
  color: #c0c0c0;
  font-family: "Courier New";
  line-height: 1;
	min-width: 600px;
  background: #000000 url(/img/bg.png) center fixed no-repeat;
}

.clear {
  clear: both;
}

.loading {
  background: #000000 url(/img/loading.gif) no-repeat center center;  
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9001;
}
.loading div {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 48px;
}

.wrapper {
  padding: 8px;
}

.header {
  height: 64px;
  font-size: 0px;
}
.header > div {
  display: inline-block;
  vertical-align: top;
}
.header .logo {
  background: url(/img/logo.png) no-repeat;
  height: 64px;
  width: 64px;
}
.header .info {
  margin-top: 8px;
  margin-left: 8px;
}
.header h1 {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}
.header h2 {
  font-size: 16px;
  color: #d0d0d0;
}

.menu {
  font-size: 0px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #008000;
  height: 16px;
  margin-top: 8px;
  padding: 8px 8px 8px 8px;
}
.menu a {
  display: inline-block;
  font-weight: bold;
  margin-right: 8px;
  font-size: 16px;
  color: #008000;
  text-decoration: none
}
.menu a:hover, .menu a.current {
  color: #00c000;
}

.content {
  position: relative;
  border: 1px solid #008000;
  min-height: 512px;
  margin-top: 8px;
  min-height: 100%;
  padding: 8px;
  background: rgba(0, 0, 0, 0.5);
}
.content h1 {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.content a {
  font-size: 16px;
  color: #008000;
  text-decoration: none;
}
.content a:hover {
  color: #00c000;
  text-decoration: underline;
}

.footer {
  margin-top: 8px;
  height: 16px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #008000;
  text-align: center;
  padding: 8px 0px 8px 0px;
}

table { 
	width: 100%;
	border-collapse: true;
}
td, th {
  border: 1px solid #008000;
}
h3{
    font-weight: bold;
    text-align: center;
    font-size: 24px;
}