html, body {
  margin: 0;
  padding: 0;
}

#page {
    max-width: 1000px;
    height: 1000px;
    text-align: right;
    margin: auto;
}
#bg-black {
    width: 300px;
    height: 1000px;
    background-image: url(../images/black-stroke.png);
    background-size: auto 100%;
    display: inline-block;
}
#bg-blue {
    width: 220px;
    height: 1000px;
    background-image: url(../images/blue-stroke.png);
    background-position-y: -90px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin-right: -180px;
    display: inline-block;
}
#titles {
    font-family: sans-serif;
    margin-left: 50px;
    margin-top: 100px;
    position: absolute;
    font-size: 45pt;
}
.enter, .enter:visited  {
    margin-left: 10px;
    margin-top: -20px;
    font-size: 25pt;
    text-decoration: none;
    font-variant: small-caps;
    color: black;
    float: left;
}
footer {
    bottom: 0;
    position: absolute;
    font-family: sans-serif;
    font-size: 10pt;
    color: gray;
    margin-bottom: 20px;
    width: 100%;
}
footer div {
    max-width: 1000px;
    margin: auto;
}
footer div p {
    margin-left: 50px;
}
