.wrap {
	margin: 0 auto;
	max-width: 1140px;
	width: 100%;
}
h1 {
    background-image: url(logo.png);
	background-size: contain;
    height: 278px;
    width: 300px;
    float: none;
    margin: 0 auto;
    text-indent: -9999px;
}
p {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 32px;
	color: #064768
}