html, body {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI","Helvetica Neue","Lucida Grande","Roboto","Ebrima";
   
}
.wipBackground{     
    background-image: url('https://cdn.ultegra.com.au/images/civil.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.top-div {
    background-color: #002E4F;
    height: 36px;
    line-height: 36px;
    text-align: right;
    vertical-align: middle;
    font-size: 10px;
    overflow: hidden;
}
.top-div-hyperlink {
    color: #FFFFFF;
    font-size:small;
    text-decoration-line:none;
}
.center-div {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 400px !important;
    height: 300px;
    vertical-align: top;
    text-align: left;
}
.center-div-content {
    
    width: 100%;
    height: auto !important;    
    padding-left: 50px;
    padding-top: 15px;
    padding-right: 50px;   
    
}
.center-div-logo {
    color: #FFFFFF;
    text-align: center !important;
    width: 100% !important;
    height: 110px !important;
}
.center-div-info {
    display: none;    
}

.highlighted-content
{
color: blue;
}
