body
{
  font-family: Verdana, sans-serif;
  background-color: black;
  text-align: center;
}

body>h1
{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
}

body>h1 a img
{
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

div#subtitle-area
{
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

div#subtitle-area h2
{
  font-weight: normal;
  font-size: 2em;
  color: white;

  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

div#subtitle-area h2 a
{
  color: white;
}

div#subtitle-area h3
{
  font-weight: normal;
  font-size: 2em;
  color: white;

  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

a
{
  color: black;
  text-decoration: none;
}

div#tile-area
{
  position: relative;
  width: 800px;
  height: 792px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  background-image: url(images/earth.png);
  text-align: left;
}

div.tile
{
  position: absolute;
  width: 240px;
  height: 200px;
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
}

div.born
{
  background-color: white;
  border-color: red;
}

div.unborn
{
  color: #9090B0;
  background-color: #D8D8D8;
  border-color: red;
}

div#north-west-tile
{
  top: 50px;
  left: 118px;
}

div#north-east-tile
{
  top: 50px;
  right: 118px;
}

div#west-tile
{
  top: 290px;
  left: -10px;
}

div#center-tile
{
  top: 290px;
  left: 276px;
}

div#east-tile
{
  top: 290px;
  right: -10px;
}

div#south-west-tile
{
  top: 545px;
  left: 118px;
}

div#south-east-tile
{
  top: 545px;
  right: 118px;
}

div.tile h1
{
  position: absolute;
  left: 10px;
  right: 10px;
  top: 6px;
  margin: 0;
  font-size: 1.2em;
}

div.tile-contents
{
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 18px;
  margin: 0;
}

div.tile-contents p
{
  margin-top: 6px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.7em;
}

div.tile-contents a
{
  font-weight: bold;
}

img.tile-image
{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
