body
{ 
background-image:url('bkg.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
}

#sidebar
{
display:table-cell;
width: 248px;
background-image:url('sidebar.jpg');
background-repeat:no-repeat;
}