body:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 147px;
    background: #fff;
    background: -moz-linear-gradient(top, #d5e0f0 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5e0f0), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #d5e0f0 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #d5e0f0 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #d5e0f0 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #d5e0f0 0%,#ffffff 100%);
    z-index: -1;
}