@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(black_bg.jpg); background-repeat:repeat-x; background-color:#000000;}


