Im trying to figure out how to correctly fit my background image to my website. It keeps showing the same image a dozen times and I've tried searching for some stretch codes but none of them seemed to work.
/* Reset ================================================================================= */
* { margin:0; padding:0; }
body { background:url(../images/bg-body.png) 0 0 repeat; font:12px/1.55 Arial, Helvetica, sans-serif; color:#7b7b7b; text-align:center; }
img { border:0; vertical-align:top; }
a { color:#950000; text-decoration:none; }
a:hover { text-decoration:underline; }
:focus { outline:0; }