html,
body {
    background-color: #FFF;
    height: 100%;
    margin: 0px;
    font-family: arial, helvetica;
    font-size: 12px;
    color: #3e4d87;
    line-height: 130%;
}

h2 {
    font-size: 1.35em;
    font-weight: bold;
    padding-left: 0px;
    line-height: 100%;
    color: #3e4d87;
}

h1 {
    font-size: 0.8em;
    font-weight: normal;
    padding-left: 0px;
    line-height: 80%;
    color: #3e4d87;
}

#container {
    width: 1024;
    height: 800px;
    position: absolute;
    margin-left: 35px;
    margin-right: auto;
    margin-top: 20px;
    border: 0px;
    border-top: 0px;
    border-bottom: 0px;
    padding: 20px;
}

#content {
    width: 1014px;
    height: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px;
}

#content1 {
    width: 160px;
    position: absolute;
    left: 0px;
    top: 240px;
    height: auto;
    padding: 0px;
    font-size: 14px;
    line-height: 140%;
    text-align: left;
}

#content2 {
    width: 820px;
    left: 200;
    position: absolute;
    top: 225px;
    height: auto;
    padding: 0px;
    font-size: 14px;
    line-height: 140%;
    text-align: left;
}

.info {
    position: relative;
    display: inline-block;
}

.infotext {
    background-color: #FFF;
    border: solid 5px #f1d237;
    text-align: left;
    padding: 10px;
    position: absolute;
    visibility: hidden;
}

.info:hover .infotext {
    visibility: visible;
}
