#footer{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100px;
    border-top: 1px solid rgb(162, 140, 132);
    background-image: url("../images/tree.png");
    background-repeat: repeat-x;
    box-shadow: inset 0px -40px 50px rgba(10,10,10,0.5);
    -moz-box-shadow: inset 0px -40px 50px rgba(10,10,10,0.5);
}
#footer_address{
    margin-top: 10px;
    color: white;
    text-align: center;
}
#footer_phone{
    margin-top: 4px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

#footer_email{
    margin-top: 3px;
    color: white;
    text-align: center;
}