@charset "utf-8";
#container {
	background-image: url(images/bgred.jpg);
	background-repeat: no-repeat;
}
#footer {
	background-image: url(images/footerred.jpg);
	background-repeat: no-repeat;
}



a:link {
  color: #5b271c;
  text-decoration: none;
  font-weight: bold;
}
a:visited {
  color: #5b271c;
  text-decoration: none;
  font-weight: bold;
}
a:active {
  color: #5b271c;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
	background-color: #5b271c;
	color: #d7c8c3;
  text-decoration: none;
  font-weight: bold;
}
