
div { border: 0px solid red; }



 /* set millions of background images */
#secondexample .rbroundbox    { background: url(../header/boxes/bk.gif) repeat; }

#secondexample .rbtop         { background: url(../header/boxes/dbgt.gif) repeat-x; }
#secondexample .rbtop div     { background: url(../header/boxes/dtl.gif) no-repeat top left; }
#secondexample .rbtop div div { background: url(../header/boxes/dtr.gif) no-repeat top right; }

#secondexample .rbbot         { background: url(../header/boxes/dbgb.gif) repeat-x; }
#secondexample .rbbot div     { background: url(../header/boxes/dbl.gif) no-repeat top left; }
#secondexample .rbbot div div { background: url(../header/boxes/dbr.gif) no-repeat top right; }

#secondexample .rbcontentwrap { background: url(../header/boxes/dbgl.gif) repeat-y; }
#secondexample .rbcontent     { background: url(../header/boxes/dbgr.gif) repeat-y right; }
#secondexample .rbtext     { background: url(../header/boxes/bk.gif) repeat; }

 
 /* height and width stuff, width not really nessisary. */
#secondexample .rbtop div, #secondexample .rbtop, #secondexample .rbbot div, #secondexample .rbbot {
	width: 100%;
	height: 9px;
	font-size: 1px;
}
#secondexample .rbcontent  { padding: 0 1em 0em 1em ; margin: 0; text-align:left;  }
#secondexample .rbroundbox { width: 100%; margin: 1em auto;  }

/*********************************************************/

#library .rbroundbox    { background: url(../header/boxes/wbk.gif) repeat; }

#library .rbtop         { background: url(../header/boxes/wdbgt.gif) repeat-x; }
#library .rbtop div     { background: url(../header/boxes/wdtl.gif) no-repeat top left; }
#library .rbtop div div { background: url(../header/boxes/wdtr.gif) no-repeat top right; }

#library .rbbot         { background: url(../header/boxes/wdbgb.gif) repeat-x; }
#library .rbbot div     { background: url(../header/boxes/wdbl.gif) no-repeat top left; }
#library .rbbot div div { background: url(../header/boxes/wdbr.gif) no-repeat top right; }

#library .rbcontentwrap { background: url(../header/boxes/wdbgl.gif) repeat-y; }
#library .rbcontent     { background: url(../header/boxes/wdbgr.gif) repeat-y right; }
#library .rbtext     { background: url(../header/boxes/wbk.gif) repeat; }

 
 /* height and width stuff, width not really nessisary. */
#library .rbtop div, #library .rbtop, #library .rbbot div, #library .rbbot {
	width: 100%;
	height: 9px;
	font-size: 1px;
}
#library .rbcontent  { padding: 0 1em 0em 1em ; margin: 0; text-align:left;  }
#library .rbroundbox { width: 100%; margin: 1em auto;  }
