﻿body.page.home .body .backstage {
    background: #CB4042;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #9d1f0d 0%, #c73e2b 47%, #E35F4D 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #9d1f0d), color-stop(47%, #c73e2b), color-stop(100%, #E35F4D));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #9d1f0d 0%, #c73e2b 47%, #E35F4D 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #9d1f0d 0%, #c73e2b 47%, #E35F4D 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #9d1f0d 0%, #c73e2b 47%, #E35F4D 100%);
    /* IE10+ */
    background: linear-gradient(135deg, #9d1f0d 0%, #c73e2b 47%, #E35F4D 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d1f0d', endColorstr='#E35F4D',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    padding: 50px;
    margin-bottom: 10px;
    color: white;
    text-shadow: 0 -1px 1px #303030;
}
