body {
  background-color: #1A2023;
  color: white;
  font-family: MS Gothic;
}

.content {
  width: 816px;
  min-height: 1024px;
  margin: 0 auto;
  
}

.header {
  position:static;
  width:816px;
  height:64px;
  background-color: #4C5CAD;
}

.page {
  background-color: #36417C;
  min-height:1024px;
}