body {
  background-color: black;
  background: url('https://web.archive.org/web/20090730183051/http://hk.geocities.com/chaukaiwang/background.gif');
  color: white;
}


footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  justify-content: center;
  width: 100%;
  background-color: black;
}

.footerimg {
  position: fixed;
  bottom: 10px;
  left: 0px;
  width: 100%;
}


.mainbox {
  border: 5px ridge #fa33fd;
  background-color: black;
  color: white;
  justify-content: center;
}

.mainbox2 {
  border: 5px ridge #af00ff;
  background-color: black;
  color: white;
  justify-content: center;
  align-content: center;
}

.divTable{
	display: table;
	width: 512px;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 5px ridge #429bf5;
	background-color: black;
	display: table-cell;
	padding: 3px 10px;
	justify-content: center;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}