a {
    text-decoration: none;
}

img {
    border: 0px;
}

div {
    margin: auto;
    padding: 5px;
}

html {
    overflow: hidden;
}

body {
    margin: 0px;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-image: url(bg.jpg);
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.help {
    cursor: help;
}

.border {
    width: 800px;
    height: 680px;
    position:absolute;
    left:50%; top:50%;
    margin-top: -340px;
    margin-left: -400px;
}

.divTop {
    width: 770px;
    text-align: left;
    border: 1px solid #c5c3c3;
    background-color: #c5c3c3;
}

.divContent {
    width: 770px;
    height: 640px;
    text-align: right;
    border: 1px solid #c5c3c3;
    background-color: #eaeaf3;
}

.divMessage {
    width: 772px;
    text-align: center;
    background-color: #ff6666;
}

.divIndex {
    width: 770px;
    text-align: center;
    border: 1px solid #c5c3c3;
    background-color: #eaeaf3;
}