body {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.63, #f6f7f7), color-stop(0.00, #6e6e6e));
    background: -webkit-linear-gradient(top, #6e6e6e 0%, #f6f7f7 63%);
    background: -moz-linear-gradient(top, #6e6e6e 0%, #f6f7f7 63%);
    background: -o-linear-gradient(top, #6e6e6e 0%, #f6f7f7 63%);
    background: -ms-linear-gradient(top, #6e6e6e 0%, #f6f7f7 63%);
    background: linear-gradient(top, #6e6e6e 0%, #f6f7f7 63%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#6e6e6e, endColorstr=#f6f7f7);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#6e6e6e, endColorstr=#f6f7f7)";

}