.siteheader {
	height:400px;
	min-height:77px;
	width : 100%;
	max-width: 1200px;
	margin:0 auto;
	border-bottom:1px solid #999;	
	background-image : url("../images/header1DGText.png"), url("../images/header1DG.jpg");
	background-position : left 60px, center 0px;
	background-repeat : no-Repeat;
	background-size: initial, cover;	
}
@media only screen and (max-width: 768px) {
	.siteheader {
		background-image : url("../images/header1DGText-sm.png"), url("../images/header1DG.jpg");
		background-position : left 60px, center 0px;
		background-repeat : no-Repeat;
		background-size: initial, cover;
	}	
}