body {
  padding: 0px;
  margin: 0px;
}

content {
  padding: 10px 20px;
  display: block;
}

header {
  padding: 10px;
  width: 100%;
  height: 30px;
  background-image: linear-gradient(bottom, rgb(63,63,63) 14%, rgb(74,74,74) 57%);
  background-image: -o-linear-gradient(bottom, rgb(63,63,63) 14%, rgb(74,74,74) 57%);
  background-image: -moz-linear-gradient(bottom, rgb(63,63,63) 14%, rgb(74,74,74) 57%);
  background-image: -webkit-linear-gradient(bottom, rgb(63,63,63) 14%, rgb(74,74,74) 57%);
  background-image: -ms-linear-gradient(bottom, rgb(63,63,63) 14%, rgb(74,74,74) 57%);

  background-image: -webkit-gradient(
  linear,
  left bottom,
  left top,
  color-stop(0.14, rgb(63,63,63)),
  color-stop(0.57, rgb(74,74,74))
  );
  border-bottom: 2px solid #E57521;
                  }

a:link {

}
