#info{
    display: none;
}


@font-face {
    font-family: GraublauWebBold;
    src: url(../fonts/GraublauWebBold.otf) format('opentype');
}
@font-face {
    font-family: GraublauWeb;
    src: url(../fonts/GraublauWeb.otf) format('opentype');
}
body { 
    font-family: "GraublauWebBold", arial black, arial; 
    overflow: hidden; 
    margin: 0px;
    color: black; 
    font-size: 29em;
    text-align: center;
    letter-spacing: -28px;
}

a{
    text-decoration: none;
    padding: 100px 70px 400px 20px;
    cursor: help;
}

a:hover{
    color: white;
    background-color: black;
    padding: 100px 70px 400px 20px;
}

#footer{
    font-family: "GraublauWeb", arial; 
    font-size: 16px;
    color: white; 
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 800px;
    letter-spacing: 1px !important;
    border: 0px solid red;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}

#footer a{
    color: white !important; 
    padding: 0px !important;
}

#footer:hover{
    font-family: "GraublauWebBold", arial black, arial; 
    color: black !important; 
    font-size: 44px;
    text-align: right;
}


.y{
    cursor: help;
}

.t{ cursor: crosshair;}
