body {

  background-image: url("/media/gifbackground.gif");

  background-size: cover;

  background-position: center;

  background-attachment: fixed;

  background-repeat: no-repeat;

  margin: 0;
  
  font-family: "Lucida Console";
  
}


h1 {

  text-align: center;

  font-size: 3em;

  color:white;

  font-weight: normal;

  margin: 0;

  padding: 20px;

}

 

h2 {

  color: white;

  padding: 0px;

}

#main {

  width: 650px;

  float: right;

  margin-right: 30px;

  line-height: 20px;

  color :white;
}


footer {

  height: 50px;

  background-color: #0099FF;

  clear: both;

}

 

footer ul {

  list-style: none;

  text-align: center;

  padding-top: 15px;

}

footer li {

  display: inline;

  margin-left: 10px;

  margin-right: 10px;

}

footer li a {

  text-align: center;
  
  color: black;

}