heavyh0pes asked Can you make a tutorial on how to put pictures on your background but it's not repeated and you can move it around or sideways? Thanks. :D
add
background-repeat:no-repeat;
background-position:right bottom;
to your body css, then change around right top to what you want. Also if you already have background-repeat:repeat; delete it, or change it to the no-repeat xo