Background Image to anything with CSS

A Side Panel

body { background-attachment: fixed;
       background-image: URL(panel.gif);
       background-repeat: repeat-y; 
       margin-left: 60;
}

Chose you background image appropriately !!!

Example