/* global */
body {
  background: url(/img/orange-grad.png) repeat-x 0 280px;
  color: #f67f1a;
}
#header {
  background: #130c0d;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
#header h1 {
  background: url(/img/besi-logo.png) no-repeat;
  height: 150px;
  margin: 100px auto 30px;
  overflow: hidden;
  text-indent: -9999px;
  width: 274px;
}
#body p {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin: 1em auto;
  width: 600px;
}