﻿body {
	#background-color: #2a2a2e;
	background: linear-gradient(217deg, rgba(100,0,0,.8), rgba(100,0,0,0) 70.71%),
				linear-gradient(127deg, rgba(0,150,0,.8), rgba(0,150,0,0) 70.71%),
				linear-gradient(336deg, rgba(0,0,200,.8), rgba(0,0,200,0) 70.71%);
	background-attachment: fixed;
}
a {
	color: #ffffff;
	text-decoration: none;
}
b {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
	text-shadow: #ffffff 0px 0 15px;
	font-weight: bold;
}
#header {
	-webkit-box-shadow: 5px 5px 10px 0px #000000; 
	box-shadow: 5px 5px 10px 0px #000000;
	background-color: #4a4a4e;
	filter: opacity(83%);
	width: 1200px;
	height: 50px;
	margin-bottom: 10px;
	border-radius: 10px;
	position: relative;
	left: 50%;
	transform:translate(-50%);
}
#body {
	-webkit-box-shadow: 5px 5px 10px 0px #000000; 
	box-shadow: 5px 5px 10px 0px #000000;
	background-color: #3a3a3e;
	filter: opacity(83%);
	width: 1200px;
	height: 560px;
	margin-bottom: 10px;
	border-radius: 15px;
	position: relative;
	left: 50%;
	transform:translate(-50%);
}
#footer {
	-webkit-box-shadow: 5px 5px 10px 0px #000000; 
	box-shadow: 5px 5px 10px 0px #000000;
	background-color: #4a4a4e;
	filter: opacity(83%);
	width: 1200px;
	height: 30px;
	border-radius: 10px;
	position: relative;
	left: 50%;
	transform:translate(-50%);
}
#about {
	-webkit-box-shadow: 5px 5px 10px 0px #000000; 
	box-shadow: 5px 5px 10px 0px #000000;
	background-color: #5a5a5e;
	filter: opacity(83%);
	width: 1200px;
	height: 74px;
	margin-top: 10px;
	border-radius: 10px;
	position: relative;
	left: 50%;
	transform:translate(-50%);
}
span#header {
    display: flex;
    justify-content: center;
    align-items: center;
	color: #ffffff;
	font: 24px arial, sans-serif;
}
span#footer {
    display: flex;
    justify-content: center;
    align-items: center;
	color: #ffffff;
	font: 16px arial, sans-serif;
}
span#copyleft {
  display:inline-block;
  transform: rotate(180deg);
}
span#abouttext {
    display: flex;
    justify-content: center;
    align-items: center;
	color: #ffffff;
	font: 16px arial, sans-serif;
}
div.topazCells {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3a3a3e;
	position: relative;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
	width: 900px;
	text-align: left;
	border-collapse: collapse;
}
.divTable.topazCells .divTableCell, .divTable.topazCells .divTableHead {
  border: 1px solid #3a3a3e;
  padding: 7px 7px;
}
.divTable.topazCells .divTableBody .divTableCell {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}
.divTable.topazCells .divTableRow:nth-child(even) {
  background: #3a3a3e;
}
.divTable.topazCells .divTableCell:nth-child(even) {
  background: #3a3a3e;
}
.topazCells .tableFootStyle {
  font-size: 13px;
}
.topazCells .tableFootStyle .links {
	 text-align: right;
}
.topazCells .tableFootStyle .links a{
  display: inline-block;
  background: #FFFFFF;
  color: #3a3a3e;
  padding: 2px 8px;
  border-radius: 5px;
}
.topazCells.outerTableFooter {
  border-top: none;
}
.topazCells.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}