div#floatingelement
{
    clear: right;
    float: right;
    position: absolute;
    right: 25%;
    top: 25%;
    height: auto;
    z-index: -1000;
    max-width: 100px;
    opacity: 0.85;
    background-color: #000000;
}


h3#floatingelement
{
    font-size: 11pt;
    color: #FFFFFF;
    font-family: Verdana;
    font-weight: normal;
}


p#floatingelement
{
    font-size: 7pt;
    color: #FFFFFF;
    font-family: Verdana;
}
