#title {
 text-align: center;
 font-size: 15px;
 position: relative;
 overflow: hidden;
 white-space: nowrap;
 font-family: Helvetica, Arial, Sans-Serif;
 word-break: break-word;
}
#page {
 position: absolute;
 left: 5%;
 right: 5%;
 top: 10%;
 background-color: white;
}
#pageinner {
 position: relative;
 background-color: white;
 bottom: 57
}
#search {
 position: relative;
}
#footer {
 position: fixed;
 bottom: 0;
 background-color: lightgrey;
 height: 55px;
 width: 90%;
}
#footertext {
 text-align: center;
 position: relative;
 overflow: hidden;
 white-space: nowrap;
 font-family: Helvetica, Arial, Sans-Serif;
 word-break: break-word;
}
