html 
{
  padding: 0px;
  scroll-padding-top: 5%;
  scroll-padding-bottom: 5%;
  margin: 0px;
  margin-right: auto;
  width: 100%;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14;
  background: url("background.png") 0px 0px/100% 100% fixed !important;
}

#wrapper 
{
  position: absolute;
  top: 4%;
  left: 5%;
  right: 0;
	width: 87%;
	height: 91%;
	margin: auto;
  text-align: center;
  overflow: auto;
}

#dsk-spin
{
  width: 50%;
  height: 50%;
}

#mob-spin
{
  width: 25%;
  height: 25%;
}

.logo
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  padding-top: 25px;
  padding-bottom: 25px;
}

img
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.header h1,h2,h3
{
  text-align: center;
  margin: 5px;
}

h1
{
  font-size: 40pt;
}

h2
{
  color: rgb(255, 159, 0);
  text-shadow:
		-1px -1px 0 rgb(255, 230, 70),
		1px -1px 0 rgb(255, 230, 70),
		-1px 1px 0 rgb(255, 230, 70),
		1px 1px 0 rgb(255, 230, 70);
  font-size: 30pt;
}

h3
{
  color: rgb(45, 98, 255);
  text-shadow: 1px 1px 0 rgb(47, 210, 255);
  font-size: 25pt;
  font-weight: normal;
}

span 
{
  max-width: 600px;
  margin-bottom: 5px;
}

ul
{
  list-style-type: none;
  padding: 0px
}

ul li 
{
  padding-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 15pt;
  color: white;
}