#bottomblock {
    width: 100%;
    height: 68px;
    position: fixed;
    bottom: -32px;
    z-index: 99999;
    background: #080824;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#bottomblock:hover {
    bottom: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#bottomcontainer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: left;
    color: #ffffff;
}

p {
    font-size: 16px;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

#bottomcontainer A {
    color: red;
}
#bottomcontainer A:visited {
    color: red;
}
#bottomcontainer A:active {
    color: yellow;
}
