

body
{

    background-color: #000000;
    margin: 0px;
    overflow: hidden;
}

#info
{
    font-family: 'Geo', sans-serif;
    color: #473131;
    font-size: 100%;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 100;
    display: block;
    top: 53%;
    left: 1%;
}

#info a, .button
{
    color: #f00;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

#info2
{
    font-family: 'Iceland', cursive;
    color: #1c1c1c;
    font-size: 100%;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 100;
    display: block;
    bottom: 5%;
}
