ID:12155
 
I need to get a picture to be my backround.
how do i do this. here is the link to the picture
http://wp.li.ru/space/space_034.jpg
background-image: url(link);
body {
background-color:#000;
background-image: url('http://wp.li.ru/space/space_034.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}
What he said, except body shouldn't be capitalized.
If your image is going to tile poorly, don't fucking use it.