/* begin Header */
div.art-header
{
    margin: 0 auto;
    position: relative;
    z-index: 0;
    width: 886px;
    height: 150px;
    overflow: hidden;
}

div.art-header-png
{
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 886px;
    height: 150px;
    background-image: url('images/header_tree.jpg');
    background-repeat: no-repeat;
    background-position: left top;
}
div.art-logo
{
    margin: 30px 0 0 20px;
}

/* end Header */
