/* 
    Document   : bgFull
    Created on : 25-nov-2011, 12.23.02
    Author     : cuginolancio
    Description:
        Purpose of the stylesheet follows.
*/
img#bgfull, img#bgfull2 {
    position: absolute;
    left: 0pt;
    width: 100%;
    z-index: -2;
    top: 0px;
    height: 500px;
}

#bgfull_bg_grid {
    position: fixed;
    left: 0pt;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0px;
}

#bgfull_image_description {
    height: 38px;
    background-color: #DDDDDD;
    opacity: 0.8;
    z-index: 2;
    padding: 5px;
    font-size: 10px;
    line-height: 12px;
    color: #333333;
    font-family: arial;
    top: 40%;
    width: 140px;
    right: 10px;
    left: 100%;
    position: fixed;
}