html {
	background-image: url("/index/background.png");
	font-family: monospace;
	color: #ad68a8;
}

::selection {
  color: #6d3569;
}

a {
	color: #4068ad;
}

a:hover {
	font-style: italic;
	color: #224073;
}

.reiborder {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 330px;
  height: 327px;
  background-image: url("/index/border.png");
  border: 2px solid #ffc4d9;
  border-radius: 15px;
}

.rei {
  position: absolute;
  top: 14px;
  left: 15px;
}

.infoborder {
  position: absolute;
  top: 10px;
  left: 368px;
  width: 330px;
  height: 327px;
  background-image: url("/index/border.png");
  border: 2px solid #ffc4d9;
  border-radius: 15px;
}

.info {
  position: absolute;
  padding: 10px;
  top: 14px;
  left: 15px;
  width: 280px;
  height: 277px;
  background: white;
  border-radius: 15px;
}

.fanlistingsborder {
  position: absolute;
  top: 355px;
  left: 20px;
  width: 330px;
  height: 327px;
  background-image: url("/index/border.png");
  border: 2px solid #ffc4d9;
  border-radius: 15px;
}

.fanlistings {
  position: absolute;
  padding: 10px;
  top: 14px;
  left: 15px;
  width: 280px;
  height: 277px;
  background: white;
  border-radius: 15px;
}

.border {
  position: absolute;
  top: 355px;
  left: 368px;
  width: 330px;
  height: 327px;
  background-image: url("/index/border.png");
  border: 2px solid #ffc4d9;
  border-radius: 15px;
}

.links {
  position: absolute;
  padding: 10px;
  top: 14px;
  left: 15px;
  width: 280px;
  height: 277px;
  background: white;
  border-radius: 15px;
}