.corner
{
  background-image:url("images/chrome.png");
  background-repeat:no-repeat;
  height:40px;
  width:40px;
}

#tr { background-position: top right; }
#tl { background-position: top left; }
#bl { background-position: bottom left; }
#br { background-position: bottom right; }

.side
{
  background-image:url("images/white.png");
  background-repeat:repeat-y;
  width:40px;
}

#l { background-position: left; }
#r { background-position: right; }

.edge
{
  background-image:url("images/white.png");
  background-repeat:repeat-x;
  height:40px;
}

#t { background-position: top; }
#b { background-position: bottom; }

body { background-color: white; }
table { background-color: white; }
