.header {
	padding: 5em 0;
    hmax-height: 544px;
    background: url('../images/404bg.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	color: #fff;
	
}
h2 {
	font-weight: 600;
}
.img-center {
    margin: 0 auto;
}
