
body {
  background-image: url(images/bodyBg.gif);
  background-repeat: repeat-x;
  }
  
.warning {
  width: 270px;
  height: 100px;
  background-color: #B07E62;
  border: 1px solid #E6AD8D;
  font-family: Tahoma, sans-serif;
  font-size: 9px;
  color: #fff;
  line-height: 11px;
  }
