body {
    background: url('../img/bomen.jpg') repeat-x #6DCFB5;    
}

#leftheader {
    background: #fff;
    border-bottom: 2px solid #0077C2;
    height: 250px;
    position: absolute;
    left: 0;
    width: 2%;
}

#innerheader {
    margin-left: 2%;
}

h1 {
    border-bottom: 7px solid #0077C2;
    padding-top: 25px;
    height: 125px;
}

h1 span {
    margin: 0;
    width: 100%;
}

#logo {
    left: 25px;
    margin: 0;
    top: 25px;
}

#boog {
    margin-top: -7px;
}

#nav-icon {
    display: none;
}

#nav {
    display: block;
    left: 0;
    right: auto;
    top: 36px;
    width: 260px;
}

#nav ul {
    background: none;
}

#nav li {
    margin-bottom: 13px;
}

#textbg {
    box-sizing: border-box;
    padding-left: 240px;
    max-width: 100%;
}

.content #text {
    min-height: 380px;
}

#footer {
    padding-left: 240px;
}

#footer img {
    margin-left: 120px;
}

.content {
    padding: 0;
}

.content #text {
    padding: 35px 75px;
}

#tree {
    background: url('../img/boom.png') no-repeat;
    bottom: 0;
    height: 467px;
    left: 0;
    position: fixed;
    width: 428px;
    z-index: -1;
}