/* set millions of background images  http://www.neuroticweb.com/recursos/css-rounded-box/index.php?color=267B4E&fondo=005C2C */
.lg_rbroundbox { background: url(nt.gif) repeat; }
.lg_rbtop div { background: url(tl.gif) no-repeat top left; }
.lg_rbtop { background: url(tr.gif) no-repeat top right; }
.lg_rbbot div { background: url(bl.gif) no-repeat bottom left; }
.lg_rbbot { background: url(br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.lg_rbtop div, .lg_rbtop, .lg_rbbot div, .lg_rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.lg_rbcontent { margin: 0 7px; }
.lg_rbroundbox { width: 80%; margin: 1em auto; }
