
html
{
  padding: 0px;
  margin: 0px;
  margin-right: auto;
  width: 100%;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14;
  background: url("background.png") fixed center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

#wrapper
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
	width: 70%;
	padding: 0px 30px 0px 30px;
	min-height: 100%;
	margin: auto;
  background-color: rgba(46, 2, 6, 0.644);
  background-attachment: fixed;
  background-position: center;
	text-align: center;
	color: white;
	border-width: 2px;
}

span {
    padding-bottom: 25px;
    font-size: 15pt;
}

ul
{
  list-style-type: none;
  padding: 0px
}

ul li
{
  padding-bottom: 20px;
  font-size: 15pt;
}

table {
    text-align: center;
    font-size: 12pt;
    color: white;
    border: 1px solid white;
    border-collapse: collapse;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

th, td {
    text-align: center;
    font-size: 12pt;
    color: white;
    border: 2px solid white;
    border-collapse: collapse;
    width: 300px;
}

.header h1,h2,h3
{
  text-align: center;
  margin: 5px;
}

h1
{
  font-size: 40pt;
}

h2
{
  color: white;
  font-size: 30pt;
}

h3
{
  color: white;
  font-size: 15pt;
  margin: 20px;
}

.header span{
    font-size: 25pt;
}

/**********************/
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 125px;
    padding-top: 25px;
}
/**********************/

/** Footer Text */
#footer {
    margin: 50px 0;
    text-align: center;
}
#footer span {
    display: inline-block;
	font-weight: bold;
    margin-bottom: 10px;
    font-size: 14pt;
    text-align: center;
}
