 /* set millions of background images */
.rbroundbox {
	background: url(nt.gif) repeat;
	position: absolute;
	left: 30px;
	top: 185px;
}
.rbtop div {
	background: url(tl.gif) no-repeat top left;
}
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent {
	text-align: center;
	margin: 0;
	padding: 0;
}
.rbroundbox {
	width: 150px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
}

