/* set millions of background images */
.greybox { background: url(nt.gif) repeat; }
.greyboxtop div { background: url(tl.gif) no-repeat top left; }
.greyboxtop { background: url(tr.gif) no-repeat top right; }
.greyboxbot div { background: url(bl.gif) no-repeat bottom left; }
.greyboxbot { background: url(br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.greyboxtop div, .greyboxtop, .greyboxbot div, .greyboxbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.greyboxcontent { margin: 0 12px; line-height:1.2em; }
.greybox { width: 100%; margin: 1em auto; }
