html, body {
 height: 100%;
 width: 100%;
 margin: 0px;
 padding: 0px;
 background-color: #000000;
 font-size: 11pt;
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 line-height: 1.5;
}

#container .container {
 height: 100%;
 width: 100%;
 margin: 0px;
 z-index: 0;
}

#maincontent {
 width: 100%;
 overflow: auto;
 padding: 0;
 min-height: 100%;
 position: fixed;
 top: 30%;
}

#topbackground {
 position: fixed;
 top: 0px;
 left: 0px;
 width: 100%;
 min-height: 70px;
 height: 70px;
 background-color: #121212;
}

#bottombackground {
 position: fixed;
 -webkit-overflow-scrolling: touch;
 bottom: 0px;
 padding-left: 15px;
 width: calc(100% - 10px);
 height: 50px;
 min-height: 50px;
 background-color: #121212;
}

.mainHeader {
 width: 100%;
 text-align: center;
 padding-top: 50px;
 font-size: 4em;
 color: #ffffff;
}

