.grad1 {

    background: #4b2a91; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#136377, #000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#136377, #000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#136377, #000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#136377, #000); /* Standard syntax (must be last) */
}

.grad2{	
    background: #FFF; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#FFF, #e9e4f0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFF, #e9e4f0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFF, #e9e4f0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFF, #e9e4f0); /* Standard syntax (must be last) */

}

.grad3{	
    background: #a6d71c/* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#a6d71c, #000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#a6d71c, #000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#a6d71c, #000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#a6d71c, #000); /* Standard syntax (must be last) */

}

.grad4{	
    background: #c60000/* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#c60000, #000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#c60000, #000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#c60000, #000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#c60000, #000); /* Standard syntax (must be last) */

}