body {
    background-color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#content {
    /*background: url("../images/noe2_mod_r1_c1.png");*/

    height: 570px;
    width: 1156px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -285px 0 0 -578px;
}

div#logo {
    background: url("../images/logo.png") no-repeat 0 0;
    left: 48px;
    top: 69px;
    height: 404px;
    width: 481px;
    position: absolute;
}

div#uc {
    position: absolute;
    background: url("../images/under_construction.png") no-repeat 0 0;
    height: 159px;
    width: 150px;
    left: 551px;
    top: 246px;
}

div#text {
    position: absolute;
    left: 549px;
    top: 103px;
    text-align: center;
}

div#text h1 {
    color: #005FB6;
    font-size: 50px;
    margin: 0;
}

div#text h2 {
    color: #005FB6;
    font-size: 28px;
    margin: 0;
    letter-spacing: 0.01em;
}

div#text p {
    color: #464646;
    font-size: 20px;
    text-align: right;
    line-height: 20px;
    margin-top: 73px;
}

div#text p a {
    color: #464646;
    text-decoration: none;
}

div#text p a:hover {
    color: #005FB6;
    text-decoration: none;
}