BODY {
    font: 175% "Helvetica Neue", Helvetica, Geneva, sans-serif;
    background-color: rgb(115, 130, 145);
    background: -webkit-gradient(linear, left top, right bottom, from(rgb(115, 130, 145)), to(rgb(145, 130, 115)));
    margin: 150px 150px;
}

INPUT {
    background-color: rgb(115, 130, 145);
    background: -webkit-gradient(linear, right bottom, left top, from(rgb(115, 130, 145)), to(rgb(145, 130, 115)));
    color: rgb(215, 230, 245);
    font: 80% "Helvetica Neue", Helvetica, Geneva, sans-serif;
}
 
h1 {
    font-size: 350%;
    font-variant: small-caps;
}
 
p {
    padding-left: 100px;
}
 
a {
    font-weight: bold;
    color: rgb(200, 200, 200);
}
 
.small {
    font-size:0.4em;
}
 
#zhongwen {
    font-family: "FangSong", Sans Serif;
    position:relative;
    text-align: right;
    display: inline;
    left: 185px;
    top: -182px;
    color: rgb(85, 95, 95);
    z-index: -10;
    display:none;
}
 
#main {
    position: relative;
    top: -70px;
    left: -20px;
}

