body {
    background-color: black;
    color: tomato;
}

a, a:visited, a:active {
    color: tomato;
}

div#page {
  width:450px;
  height:250px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  border: 1px dashed #3f0007;
  background-image: url('vvv.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 25px, 25px;
  padding: 25px 25px 25px 300px;
  font-family: Inconsolata,Consolas,Courier New;
  font-size: 30px;
  font-color: 0xffeff7;
}

div#text-box: {
  margin:20px;
}

