	
/* photo area   */
	
	.photohead { 
	  background: linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
		),
		url(../images/arches/bucketarches.jpg) no-repeat center center; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
  
	  height:800px;
	  width: 100%;
	  padding:0;
	  margin:0;
		}
		