BODY {
    background-repeat: no-repeat;
    background-position: center center;
    background: url("../images/landingpage.jpg") no-repeat center center;
    background-color: #64bad1;
}

#content {
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/landingpage.jpg");
    height: 600px;
    width: 800px;
}

#hometext {
    padding-top: 20px;
    font-family: Verdana;
    font-size: 10pt;
    color: #26468f;

    margin-left: auto;
    margin-right: auto;
    height: 600px;
    width: 700px;
}

H1 {
    font-weight: bold;
    font-size: 18px;
    color: #26468f;
    font-family: arial, helvetica, sans-serif;
}

H2 {
    font-weight: bold;
    font-size: 16px;
    color: #26468f;
    font-family: arial, helvetica, sans-serif;
}

H3 {
    font-weight: bold;
    font-size: 14px;
    color: #26468f;
    font-family: arial, helvetica, sans-serif;
}
