body {
  background: url("https://punx.co.uk/r3n/assets/bg2.png") top center fixed;
}

.punx-header {
  background: url("https://punx.co.uk/r3n/assets/bg1.jpg") top center;
}
.punx-header .logo {
  max-width: 200px;
}

.border-1 {
  background-image: url("https://punx.co.uk/r3n/assets/sgd.png");
  background-position: 50% 100%;
  background-repeat: repeat-x;
}

.border-2 {
  border-left: 0px none;
  border-right: 0px none;
  border-top: 0px none;
  border-bottom: 1px dotted #222;
}

footer {
  background-color: #666;
  background-image: url("https://punx.co.uk/r3n/assets/skullbg2.png");
  color: #EEE;
}

.r3n-admin-info {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  background: rgba(200, 200, 200, 0.8);
  z-index: 9999;
  width: 30rem;
}

.r3n-page a {
  border-bottom: 1px dotted #222;
  color: #ff0086;
  font-weight: 700;
}
