@CHARSET "UTF-8";
html, body {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    font-weight: normal;
    height:90%;
}
#header
{
    padding: 5px;
    background: url('/epro/resources/images/header.png') repeat-x;
    overflow: hidden;
    height: 40px;
    /*    position: relative;*/
}

#conteudo {
    padding: 0px 8px;
   
}
#section
{
    margin: 0;
    padding: 0; /*float: left;*/
    height: 100%;
    background-color: #FFFFCC;
    width: 100%;
}

#bg_logo
{
   max-width:50%;
    max-height:50%;
    width: auto;
    height: auto;
    position: absolute;
    top:12%;
    left: 5px;
    margin:auto;
left:50%;margin-left:-100px;width:200px;
}
