/* CSS Document */
/* set millions of background images */

	
.rbroundbox { background: url(../nt.gif) repeat;background-color:#ffffff; }
.rbtop div { background:  url(../imagesfolder/tl.gif) no-repeat top left; }
.rbtop { background:  url(../imagesfolder/tr.gif) no-repeat top right; }
.rbbot div { background:  url(../imagesfolder/bl.gif) no-repeat bottom left; }
.rbbot { background:  url(../imagesfolder/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.rbcontent {padding:0px;margin:0px;}
.rbcontent img{padding:0px;margin:0px;}
.rbroundbox { width: 100%; }
