body {
  background-image: url("images/bgtwo.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

footer {
	background-color:black;
}

a:link {
	color: white;
	text-decoration: none;
}

a:visited {
  color: #8B0000;
  text-decoration: none;
}

a:hover {
  color: red;
  text-decoration: none;
}

a:active {
  color: white;
  text-decoration: none;
}