html,body, a, div, span, tr, td, table {
    font-family: 'futura','Andale Mono','verdana','times new roman','courier';
    color: #FFF;
}
html, body {
    margin: 0;
    height: 100%;
    width: 100%;
    background: black;
}
a {
    text-decoration: none;
}
#bg {
    z-index: 1;
}
#fg {
    z-index: 2;
    height: 100%;
    position: absolute;
    bottom: 0;
}
.layer {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.left {
    float: left;
}
.right {
    float: right;
}
.bottom-left {
    bottom: 0;
    left: 0;
}
.bottom-right {
    bottom: 0;
    right: 0;
}
.top-left {
    top: 0;
    left: 0;
}
.top-right {
    top: 0;
    right: 0;
}
.btn {
          -ms-user-select: none; /* Internet Explorer */
         -moz-user-select: none; /* Firefox */
       -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
      -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
.link {
    text-decoration: underline;
}
.link:hover {
    text-decoration: none;
}
