body { background-image: linear-gradient(bottom, #fbfbfb    25%, #5e4791  90%);
background-image: -o-linear-gradient(bottom, #fbfbfb    25%, #5e4791  90%);
background-image: -moz-linear-gradient(bottom, #fbfbfb    25%, #5e4791  90%);
background-image: -webkit-linear-gradient(bottom, #fbfbfb    25%, #5e4791  90%);
background-image: -ms-linear-gradient(bottom, #fbfbfb    25%, #5e4791  90%);
background-image: -webkit-gradient( linear, left bottom,left top, color-stop(0.25, #fbfbfb   ), color-stop(0.90, #5e4791 ));
background-repeat:no-repeat;
background-color:#fbfbfb   ;
}

