﻿#headerwrap {
    background: url(/img/global/homepage/header.jpg) no-repeat center top !important;
	margin-top: -10px !important;
	padding-top: 70px !important;
	text-align:left !important;
	background-position: center center !important;
	min-height: 650px !important;
	width: 100% !important;
    position: relative !important;
    z-index: 0;
    -webkit-background-size: 100% !important;
    -moz-background-size: 100% !important;
    -o-background-size: 100% !important;
    background-size: 100% !important;
    -ms-behavior: url(/css/global/backgroundsize.min.htc);

    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}