body {
    background: #b8babf;
    background-image: url(../img/topback.gif);
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    font: normal 13px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

#container {
    width: 970px;
    margin: 0px auto;
    padding: 0px;
}

#logo, #logo_2, #logo_3 {
    background: url(../img/logo_1.gif) center no-repeat;
    width: 970px;
    height: 109px;
    text-indent: -2000px;
    margin: 0px;
    cursor: pointer;
}

#logo_2 {
    background: url(../img/logo_2.gif) center no-repeat;
}

#logo_3 {
    background: url(../img/logo_3.gif) center no-repeat;
}

#content {
    background: #ffffff url(../img/topconner.gif) no-repeat;
    margin: 40px 0 0 0;
    padding: 40px 0 20px 0;
    text-align: center;
}

#content h1 {
    margin: 0px;
    padding: 0px;
    color: #353638;
    font-size: 20px;
}
#content form {
    margin-top: 30px;
}

#content form .input {
    width: 600px;
    border: 4px solid #cccccc;
    padding: 10px;
    font: normal 13px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

#content form .textarea {
    width: 600px;
    height: 300px;
    border: 4px solid #cccccc;
    padding: 10px;
    font: normal 13px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

#content form .button {
    font: bold 15px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

#content .ads, #content .link, #content .info , #content .step, #content .capcha {
    margin-top: 50px;
}

#content .step1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#content .step, #content .step1 {
    color: blue;
}

#content .info a:active, #content .info a:link, #content .info a:visited {
    text-decoration: none;
    background-color: blue;
    color: #ffffff;
}

#content .info a:hover {
    text-decoration: none;
    color: blue;
    background-color: #ffffff;
}

#content .link {
    font-size: 15px;
    width: 700px;
    border-bottom: 4px solid #cccccc;
    padding: 0 0 50px 0;
}

#content code {
    font-family: Monaco, Consolas, "Courier New", monospace;
    font-size: 15px;
    text-align: left;
    display: block;
}

#content .slogan {
    width: 700px;
    border-top: 4px solid #cccccc;
    margin-top: 50px;
    padding-top: 50px
}

#content .help {
    width: 700px;
    border-bottom: 4px solid #cccccc;
    margin-bottom: 50px;
    padding-bottom: 50px
}

#info {
    background: url(../img/bottomconner.gif) no-repeat;
    color: #353638;
    font-size: 16px;
    font-weight: bold;
    padding: 60px 0 20px 0;
    text-align: center;
}