html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-position: 0 0;
    background-color: #003F1A;
    background-repeat: no-repeat;
}
    
body, input, textarea {
    font-family: lucida sans, geneva, helvetica, arial, sans-serif;
    font-size: 30px;
}
        
    
#container {
    position: absolute;
    width: 100%;
    top: 50%;
    margin: -150px 0 0 0;
}
    
#body {
    padding: 0;
    margin: 0;
    border-color: #73BC41;
    border-width: 1px 0 1px 0;
    border-style: solid;
    background-color: #002C12;
}

#center_content {
    margin: 20px auto 0 auto;
    width: 500px;
    padding: 0 0 0 0;
    background-image: url(/images/er_logo_small.gif);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #002C12;
}
    
#center_content .notice {
    margin: 0 0 0 250px;
    width: 350px;
    padding-top: 30px;
    color: white;
    line-height: 1.4em;
    letter-spacing: -1.0px;
}
    
#center_content a {
    font-size: 12px;
    color: white;
    text-decoration: none;
}
    
#center_content a:hover {
    text-decoration: underline;
}

#subtext {
    width: 350px;
    margin: 0 0 0 250px;    
    font-size: 14px;
    text-align: left;
    color: #72914B;
}

#clients {
    width: 350px;
    margin: 20px 0 30px 250px;    
    font-size: 12px;
    text-align: left;
    color: #72914B;
}

#footer {
    padding: 20px 13px 35px 13px;
    font-size: 11px;
    text-align: center;
    color: #72914B;
}