.blorb {
 margin: 10px;
  float: left;
  border: #2e1a12 solid 100px;
  -webkit-box-shadow: 1px 1px 10px #000000; 
 -moz-box-shadow: 1px 1px 10px #000000; 
  box-shadow: 1px 1px 10px #000000;
  behavior: url(/js/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */

  height: 100px;
  width: 300px;
  color: #ddd;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4em;
  text-transform: uppercase;
}

.small-frame {
  border: 75px;
}

.smaller-frame {
  border: 50px; 
}

.smallest-frame {
  border: 25px;
}

div#content { background:url(images/bg-content.png) top left repeat-x; }
div#footer { background:url(images/bg-footer.png) top left;color:#96a3af; }
div#header { background:url(images/bg-header.png) bottom repeat-x; }