/*
Name: Gradient Background
*/
body
{
background-image:url('background_gradient.jpg');
background-repeat:repeat-x;
}