body {
    overflow: auto;
    background-color: #DCEFCD;
    background-image: url("./bg.png");
}

#box {
    z-index: 5;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    overflow: auto;
}

#text1 {
    width: 839px;
    text-align: center;
    z-index: 1;
}

#text2 {
    width: 900px;

    padding-bottom: 15px;
    background-color: #B4E39F;
    border-left: 4px dotted #fbffdf;
    border-right: 4px dotted #fbffdf;
    border-bottom: 4px dotted #fbffdf;
    margin: -4px;
}

h1 {
    background-color: #ffb0a9;
    padding: 5px;
    margin: 1px;
    color: white;
    font-family: Helvetica, sans-serif;
    font-size: 19px;
}

a:link,
a:visited {
    color: #db7578;
    font-weight: bold;
    text-decoration: none;
    background-color: #fed8c3;
    width: 100%;
    display: inline-block;
    padding-left: 10px;
    margin: 2px;
    font-family: Helvetica, sans-serif;
}

a:hover {
    background-color: white;
}


table {
    background: none;
}

table a img,
center p {
    height: 0px;
    width: 0px;
    overflow: hidden;
}

#pic2 {
    background: url("./banner2.png");
    height: 250px;
    width: 900px;
    border-left: 4px dotted #fbffdf;
    border-right: 4px dotted #fbffdf;
    border-top: 4px dotted #fbffdf;
}

#menu {
    position: absolute;
    width: 200px;
    text-align: left;
    vertical-align: baseline;
    padding-top: 5px;
    z-index: 2;
}

#content_iframe {
    width: 699px;
    left: 200px;
    height: 916px;
    position: absolute;
    border: 0px;
    z-index: 99;
}