body#design-body { margin: 0; padding: 0; background: rgba(237, 28, 36, 1);; }

div#design-wrapper { margin: 0; padding: 0; width: 100%; }

div#design-header {
  padding: 30px;
  height: 200px;
  background-color: rgba(237, 28, 36, 1);
  background-image: url('../images/headerBg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
div#design-header-inner { margin: 0 auto; max-width: 1200px; }
  
div#design-main { margin: 0; padding: 0; width: 100%; background: #fff; box-sizing: border-box; }
div#design-main-content { margin: 0 auto; padding: 10px; max-width: 1200px; background: #fff; box-sizing: border-box; }

div#design-footer {
  padding: 50px 30px;
  height: 200px;
  background-color: rgba(237, 28, 36, 1);
  background-image: url('../images/footerBg.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
div#design-footer-inner { margin: 0 auto; max-width: 1200px; }
div#design-footer-left { float: left; width: 750px; height: 80px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #fff; line-height: 15px; }
div#design-footer-right { float: right; width: 240px; height: 80px; }

div#design-copyright-client { margin: 25px 0 0 15px; font-weight: bold; color: #fff; }
div#design-copyright-DII { margin: 2px 0 0 15px; color: #fff;  }
div#design-copyright-DII a { font-size: 10px; font-weight: normal; color: #fff; text-decoration: none; }

.design-clear { clear: both; }

img {border: none;} 

