body {
    font-size: 1em;	
    padding-top: 265px;
    padding-bottom: 20px;
}


.fixed-top {
    position: fixed;
    top: 250px;
    right: 0;
    left: 0;
    z-index: 1030;
}

header {
    padding-bottom: 0px;
    display: unset;
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    background-color: #ffffff;
  	background-image: url(../CustomStyles/Images/background);
    background-repeat: repeat-x;
    z-index: 1030;
}

div.header-logo {
    padding-top: 25px;
}

div.logo {
    width: auto;
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 225px;
    background-image: url(../CustomStyles/Images/logo);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
