
body, html
{
  background-color: #2f2f2f;
  background-image: url(/images/NineKingsOfMen.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: #cfcfcf;
  font-size: large;
}

div.MasterBox
{
  width: 100%;
  text-align: center;
  background-image: url(/images/NazgulTall.png);
  background-position-x: 90%;
  background-position-y: 80%;
  background-repeat: no-repeat;
  background-size: 50%;
}

div.TextBox
{
  background-color: #4f4f4faf;
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: 24px;
  margin-right: 24px;
  padding: 18px;
  border-color: #7f7f7f;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  max-width: 800px;
}

h1, h2
{
  text-align: center;
  text-shadow: 2px 2px #000000;
}

h1
{
  font-size: 64px;
}

h2
{
  font-size: larger;
}

p
{
  text-align: left;
}

a
{
  color: #efefef;
}

img.StatBlock
{
  max-width: 100%;
  border-radius: 20px;
  text-align: center;
}

img.Map
{
  max-width: 100%;
  border-radius: 20px;
  text-align: center;
}

img.RingAndEye
{
  max-width: 100%;
  border-radius: 20px;
  text-align: center;
  padding-top: 48px;
}

