body {
  background-image: url(images/overlay.png), url(../../images/bg.png);
  background-repeat: repeat;
}

h2 {
  text-align: center;
}

a {
	color: #621212;
}

::-moz-selection { /* Code for Firefox */
  color: white;
  background: #621212;
}

::selection {
  color: white;
  background: #621212;
}

#banner {
  background: #621212 url(images/banner.svg) bottom center no-repeat;
}

#banner .button
{
	color: #621212;
	border: none;
}

.button {
	background: #621212;
	border: 3px solid #621212;
}

.button:hover {
	color: #621212;
	background: white;
	border: 3px solid #621212;
}

.note {
  font-size: .65em;
  line-height: 1em;
  text-align: center;
}

table th, td {
	font-size: .75em;
	text-align: center;
	line-height: 1em;
}

.center {
	width: 50%;
	margin: 0 25%;
}