.zw-template-inner:before {
    background: #a9ffdb;
    background: -moz-linear-gradient(top, #a9ffdb 0, #fff 100%);
    background: -webkit-linear-gradient(top, #a9ffdb 0, #fff 100%);
    background: linear-gradient(to bottom, #a9ffdb 0, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a9ffdb', endColorstr='#ffffff', GradientType=0);
}

.zw-template-inner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 500px;
    height: 380px;
    left: 0;
    top: 0;
    z-index: -1;
}