body {background-color:; background-image:url("BACKGROUND
URL HERE"); background-position:Top Center; background-attachment:fixed;
background-repeat:repeat-y;}
</style>
The following are some other variables you can use
that will change the way your background is displayed. Simply
add them between the existing <style> tags:
Specify how you want it to repeat: background-repeat:
repeat-y;
repeat-x | repeat-y | no-repeat
Position by plain words:
background-position:
left bottom;
x axis - left | center | right
y-axis - top | center | bottom
Position by percentages: background-position: x% y%;
P osition by exact pixel coordinates:
background-position:
x y;
F or background-positions: left variable should always be x-axis,
and right variable should always be your y-axis.
Here is an example of an entire background
style. This will result in a centered picture
that repeats vertically, with a white background: