I have the following code: html body { background: url(images/bg.jpg) repeat-y; font-size: 12px; font-family: Arial, Verdana, Tahoma, Times New Roman; line-height: 1.5em; color: #1e1e1e; } My site is: http://www.blog.imediazone.net and i wish to know if there is a posibility to align the 2 blue lines in the center. The bg.jpg i made it 960px width.
Try this: html body { background: url(images/bg.jpg) repeat-y center; font-size: 12px; font-family: Arial, Verdana, Tahoma, Times New Roman; line-height: 1.5em; color: #1e1e1e; }