
body {
  background-color: #000000;
  font-size:1em;
  color: #FFFFFF;
}

a {
  font-size:1em;
  color: #FFFFFF;
}

.main {
  text-align: center;
  width: 100%;
  height: 100%;
}

.main a {
	color:#006DB2;
	font-size:2em;
	text-decoration: none;
	}

.main img {
	max-width: 100%;
  height: auto !important;
  border: 0px;
}
	
.footer {
  text-align: center;
  height: 20%;
  width: 100%;
  position: fixed;
  bottom: 80px;
}

.footer a {
  font-size:1em;
  color: #FFFFFF;
}