.gradient {
height: 565px;
padding: 0px;
background:url('../images/gradient600.jpg') repeat-x;
}
.blue { 
  background-color: #2382a1; 
}
.green { 
  background-color: #104551; 
}
.gradwhite img, .gradblack img {
  background-color: transparent;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
.background-image {
	background-image: url(../images/background-image.jpg);
	background-repeat: no-repeat;
}
.h-line {
	background-image: url(../images/h-line.jpg);
	background-repeat: repeat-x;
}

