.full
{
    clear:both;
    width:100%;
    position: relative;
    margin:20px 0;
    z-index: 5;
}
.full .container
{
    position: relative;
    z-index: 99;
}
.full::before, .full::after
{
    height:50px;
    width:100%;
    content: "";
    position: absolute;
    left:0;
    z-index: 999;
}
.full::before
{
    top:0;
    background: url('gradtop.png') no-repeat center -1px;
}
.full::after
{
    bottom:0;
    background: url('gradbot.png') no-repeat center bottom;
}