﻿.footerElement
{
    display: block;
    float: left;
    margin: 8px 10px 0px 10px;
    cursor: pointer;
}

.footerImage
{
    display: block;
    float: left;
    width: 33px;
    height: 33px;
}

.footerDiv
{
    clear: both;
    background-color: White;
    padding: 5px;
    min-width: 1110px;
}
