body {
 background-color: black;
}

#container {
 font: 22px Helvetica, Arial, Sans-Serif;
 color: white;
 width: 100%;
 height: 100%;
}

#content {
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 position: relative;
 top: 50%;
 transform: translateY(-50%);
}
#title {
 font: 28px Helvetica, Arial, sans-serif;
}
#footer {
 position: fixed;
 bottom: 0px;
 right: 0px;
 width: 100%;
 height: auto;
 background-color: lightgrey;
 font: 16px;
}
#footertext {
 text-align: center;
 position: relative;
 overflow: hidden;
 white-space: nowrap;
 font-family: Helvetica, Arial, Sans-Serif;
 word-break: break-word;
}
#pageinner {
 position: relative;
 bottom: 57
}

