* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

a { text-decoration: none; }

*,
input,
textarea,
button,
form input,
form textarea,
form button { font-family: Montserrat, "Helvetica", "Arial", sans-serif; }

body {
  background: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #000;
  min-width: 480px;
  min-height: 600px;
}

div#content {
  width: 480px;
  position: fixed;
  top: 40%;
  left: 50%;
  z-index: 2;
  margin-top: -100px;
  margin-left: -240px;
}

h1 {
  width: 450px;
  height: 130px;
  text-indent: -9999em;
  margin: 0 0 50px -225px;
}

p.intro {
  width: 400px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 15px 20px 20px;
  margin-bottom: 1.5em;
  margin-left: -225px;
  background: rgba( 0, 0, 0, 0.5 );
  text-align: justify;
}
p.intro span { display: block; margin-top: 10px; text-align: center; font-size: 15px; }
p.intro a { color: rgba(255, 255, 255, .85); text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); }
p.intro a:hover { color: #fff; }

div#copyright {
  text-align: center;
  color: #000;
  position: fixed;
  line-height: 1em;
  bottom: 18px;
  left: 18px;
}

div#copyright span { display: none; }