hi,
Try this code:
div
{
backgroud-image: url('images/gradient.png');
background-repeat: repeat-x;
background-position: top right;
background-repeat: no-repeat;
background: #cbccc8;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cbccc8));
background: -moz-linear-gradient(top, #fff, #cbccc8);
}