header {
	height: 50px !important ;
}
.banner-container {
    background: #00a4e3 url('Images/background_header.gif') no-repeat center center;
    padding: 0px 0;
    min-height: 10px;
	display: table;
}
.banner-container h2 {
    font-weight: bold;
    font-size: 33px;
    color: #fff;
    font-family: Arial;
    text-align: right;
    margin: 25px 0;
}
.banner-container span {
    font-size: 12px;
    color: #fff;
    line-height: 100%;
    text-align: left;
    font-family: Arial;
}
