/* Bordes redondeados */
/* Hecho aqui: http://www.neuroticweb.com/recursos/css-rounded-box/ */
.rbroundbox { background: url(bordes_verde/nt.gif) repeat; }
.rbtop div { background: url(bordes_verde/tl.gif) no-repeat top left; }
.rbtop { background: url(bordes_verde/tr.gif) no-repeat top right; }
.rbbot div { background: url(bordes_verde/bl.gif) no-repeat bottom left; }
.rbbot { background: url(bordes_verde/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 820px;
height: 12px;
font-size: 1px;
}
.rbcontent { margin: 0 10px; }
.rbroundbox { width: 650px; margin: 1em auto; }
body{
	background-color: #008b0d;
}



