body {
  background-color: #0e0e0e;
  background-image: url("/images/bg1.png");
  background-position: top left;
  color: #ddd;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-header {
  background-image: url(/images/header.border.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}

.header {
  background-image: url(/images/bg.header.png);
  margin-bottom: 45px;
}

.header-wrapper {
  background-image: url(/images/bg.header.shadow.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}