#logo {
    width: 590px;
    height: 424px;
    float: right;
}


#vfalcaonet {
    position: relative;
    margin-top: 155px;
}

#vallefalcao {
              position: relative;
              margin-top: 100px;
            }

#falcon {
          position: relative;
          top: -300px;
          left: 76px;
          }


#links {
    position: fixed;
    bottom: 0;
    right: 10px;
    font-size: 8pt;
    font-family: Eras Demi ITC, Tahoma, Arial;
    font-weight: normal;
    text-align: right;
    float: right;
    width: 100%;
    padding-right: 0px;
}

#footer {
    width: 100%;
    font-size: 8pt;
    font-family: Eras Demi ITC, Tahoma, Arial;
    font-weight: normal;
    text-align: right;
    float: left;
}

.info {
    font-size: 8pt;
    font-family: Eras Demi ITC, Tahoma, Arial;
    float: right;
}

#footer .info {
    float: right;
    width: 570px;
}

#ads {
       position: absolute;
       bottom: 20px;
       right: 0px;
       float: left;
       }


#ads input {
                color: #77F;
                font: 9px Eras Demi ITC, Tahoma, Arial;
                }


body {
       --background-color: #FFFFCC;
       }

a {
    color: #5D614A;
    text-decoration: none;
    text-shadow: #444 1px 1px 2px;
}

a:hover {
    color: #75B736;
}

#line-1 { 
    position: relative; 
    margin-top: 20px; 
    left: -50%; 
    width: 170%; 
    height: 2px; 
    border: 1px solid #75B736; 
    background-color: #75B736
}

#line-2 {
    position: relative; 
    left: -50%; 
    width: 170%; 
    height: 2px; 
    border: 1px solid #5D614A; 
    background-color: #5D614A; 
    margin-top: 2px;
}




