.header-wrapper {
    position: relative;
    height: 408px;
    width: 100%;
    background: url('/images/head-left.png') #592705 no-repeat 0px 0px;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.header-left p.top-text{
    font-family: 'Forum', cursive;
    font-weight: bold;
    line-height: 60px;
    position: absolute;
    left: 50px;
    top: 40px;
    width: 80%;
    height: 300px;
    font-size: 72px;
    color: #ffffff;
    font-style: italic;
}

.header-left p.bottom-text{
    font-family: sans-serif;
    position: absolute;
    left: 50px;
    top: 300px;
    width: 50%;
    height: 100px;
    font-size: 68px;
    font-weight: bold;
    color: #ffffff;
}

.header-right {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 408px;
    width: 884px;
    background: url('/images/head-right.png') no-repeat 0px 0px;
}




