body { background: url(images/background.jpg) no-repeat fixed; }
a { color: #060; }
hr { border: 0; height: 1px; background-color: #777; width: 90%; }
#sidebar .top { background-image: url(images/sidebar-top.png); background-position:top right; background-repeat:no-repeat; }
#sidebar .content { background-image: url(images/sidebar-repeat.png); padding: 20px 10px 20px 50px; }
#sidebar .transition { background-image: url(images/sidebar-repeat.png); background-repeat:no-repeat; background-position:top left; }
#sidebar .bottom { background-image: url(images/sidebar-bottom.png); background-repeat:no-repeat;  }

#content .top { background-image: url(images/content-top.png); background-repeat:no-repeat; }
#content .content { background-image: url(images/content-repeat.png); padding: 0px 10px; }
#content .transition { background-image: url(images/sidebar-repeat.png); background-repeat:no-repeat; background-position:top left; }
#content .bottom { background-image: url(images/sidebar-bottom.png); background-repeat:no-repeat;  }
