﻿/********************************************************************************************************************/
/*													IR FOOTER STYLES		    								    */
/********************************************************************************************************************/

#IRBottom
{
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #eeeeee;
    height: 19px;
    width: 100%;
    filter: alpha(opacity=40);
    opacity: 0.4;
    mozopacity: 0.4;
}

* html #IRBottom /* IE 6 Hack */
{
    position: static;
}

#IRBottom img
{
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}
