#footer {
    width: 990px;
    display: block;
    float: right;
    text-align: left;
    height: 50px;
    color: #e2e2e2;
    background-color: #414141;
    padding-top: 15px;
}

#footer_links {
    position: relative;
    left: 140px;
    display: inline;
    float: left;
    color: #e2e2e2;
    margin-bottom: 15px;
    margin-left: 15px;
}

#footer_image {
    position: absolute;
    left: 5px;
    bottom: 5px;
    display: inline;
    float: left;
}

.standard_style {
    font-family: helvetica;
    font-size: 14px;
    color: #e2e2e2;
}

.ZUMA_style {
    font-family: helvetica;
    color: orange;
    font-weight: bold;
}


