.c_footer{
width: 80%; border: 1px solid #F03331;
background-color: #F03331;
box-shadow: 10px 10px 10px rgba(255, 0, 0, 0.2);text-align: center;
 background: -moz-linear-gradient(top, #F03331 10%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F03331), color-stop(100%,#ff0000));
    background: -webkit-linear-gradient(top, #F03331 0%,#ff0000 100%);
    background: -o-linear-gradient(top, #F03331 0%,#ff0000 100%);
    background: -ms-linear-gradient(top, #F03331 0%,#ff0000 100%);
    background: linear-gradient(to bottom, #F03331 0%,#ff0000 100%);
}