@charset "utf-8";


#container {
	background-image: url(images/bgpurple.jpg);
	background-repeat: no-repeat;
}


#footer{
	background-image: url(images/footerpurple.jpg);
	background-repeat: no-repeat;
}
a:link {
  color: #5f1f39;
  text-decoration: none;
  font-weight: bold;
}
a:active {
  color: #5f1f39;
  text-decoration: none;
  font-weight: bold;
}
a:visited {
  color: #5f1f39;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
	background-color: #5f1f39;
	color: #d1bdc6;
  text-decoration: none;
  font-weight: bold;
}
