@charset "utf-8";
/* CSS Document */

/* Creates a background gradient that repeats to left to right, the background color should be the same as the color at the bottom of the gradient */
body {background-image:url(background.jpg); background-repeat: no-repeat; background-color:#9c9c9c;}


