body{
	min-width: 800px;
}

.header{
	height: 150px;
	min-width: 800px;
}

.picH{
	width: 277px;
	height: 150px;
  overflow: hidden;
	float: left;
}

.DPic{
	width: 277px;
  height: 150px;
}

.DText{
	 height: 150px;
	 width: auto;
	 font-size:40px;
	 color: #4AB50F;
	 padding-top: 10px;
	 padding-left: 300px;
}

.contents{
  padding-left:  25px;
  padding-right: 25px;
	text-align: center;
	max-width: 700px;
}

.shadowPic{
   box-shadow: 5px 5px 25px -2px #333;
	 border: 6px ridge #909090;
}

/* Container holding the image and the text */
.containerPic {
  position: relative;
  color: white;
	margin-bottom: 17px;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 16px;
  left: 16px;
	font-size: 30px; 
	font-weight: bolder;
	text-shadow: 0px 0px 3px black;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
	font-size: 30px; 
	font-weight: bolder;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 16px;
  right: 16px;
	font-size: 30px; 
	font-weight: bolder;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
	font-size: 30px; 
	font-weight: bolder;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	font-size: 30px; 
	font-weight: bolder;

}