@charset "utf-8";
.contact-header {
	padding-left:5px;
	padding-right:5px;
	
}


@media only screen and (min-width:960px){
.contact-header {
	background-image:url(/images/internet-header.png);
	background-repeat:no-repeat;
	background-position:center;
	height:140px;
	margin-bottom:20px;
	text-align:center;
	padding-top:1px;
	font-size:1.6em;
}
}

