body {
	background: #fff;
	color: #000;
	font-family: Myriad,Helvetica,Arial,sans-serif;
	font-size: 1.4em;
	line-height: 1.4;
}
.rounded {
  background-color: #000;
  color: #fff;
  padding: 50px;
  position: relative;
}
.rounded .northwest,
.rounded .northeast,
.rounded .southeast,
.rounded .southwest {
  width: 50px;
  height: 50px;
}
.rounded .northwest {
  position: absolute;
  background-image: url("../images/northwest.gif");
  top: 0;
  left: 0;
}
.rounded .northeast {
  position: absolute;
  background-image: url("../images/northeast.gif");
  top: 0;
  right: 0;
}
.rounded .southeast {
  position: absolute;
  background-image: url("../images/southeast.gif");
  bottom: 0;
  right: 0;
}
.rounded .southwest {
  position: absolute;
  background-image: url("../images/southwest.gif");
  bottom: 0;
  left: 0;
}