﻿/* set millions of background images */
.rbroundbox {
	background: url('../images/nt.png') repeat-y;
}
.rbtop {

	background: url('../images/top.gif') no-repeat left
top;
	font-size: 1px;
}
.rbright {
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.rbleft {
	background-image: url(../images/left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.rbbottom {
	background: url('../images/bottom.gif') no-repeat right
bottom;
	font-size: 1px;
	vertical-align: top;
	height: 9px;
}

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
}
.rbcontent {
	background-color: cccc99;
}
.rbroundbox { width: 50%; margin: 1em auto; }
