body {
    border: none;
    padding: 0;
    margin: 0;
    background: #aaffff;
    font-family: "Unit Offc W01 Regular";
    text-rendering: optimizelegibility;
}

#header {
    width: 100%;
    height: 64px;
    padding-left: 15px;
    box-sizing:border-box;
    background: #FFF;
}

#header-logo img {
    height: 64px;
    float: left;
    box-sizing: border-box;
}
#header-title {
    height: 64px;
    float: left;
    font-size: 42px;
    margin-left: 15px;
    padding-top: 6px;
    box-sizing: border-box;
    text-decoration: underline;
}
#content-header {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.content-header-content {
    margin-top: 5px;
    text-align: center;
    width: 980px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
    font-family: Arial;
}
.content-header-content-image {
    width: 50%;
    float: left;
    padding-top: 50px;
}
.content-header-content-text {
    width: 50%;
    padding: 15px 50px 25px 50px;
    box-sizing: border-box;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    float: left;
}
#contact-us {
    width: 100%;
    box-sizing: border-box;
    padding-top: 35px;
    text-align: left;
}
.contact-us-item {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-left: 25px;
    padding-bottom: 20px;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
}
#content {
    padding-top: 15px;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

#footer {
    width: 100%;
    height: 20px;
    text-align: center;
}