#body {
  overflow: scroll;
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
  background-color: #080808;
  color: #ffff33;
  height: 768px;
}
#Header {
  width: 1024px;
}
#Menu {
  float: left;
  width: 150px;
}
#Content {
  float: right;
  width: 874px;
}
#footer {
  width: 1024px;
}
