* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    font-family: Helvetica, 宋体, sans-serif;
    text-align: center;
    background-image: url(../img/bg.jpg);
}

#container {
    margin: 0 auto;
    text-align: left;
    width: 800px;
}

#header {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #808080;
    border-top: 0;
}

#translate {
    float: right;
    display: inline;
    margin-right: 15px;
    padding: 0 10px;
    background: #185A97;
    border: 1px solid #808080;
    border-top: 0;
}

#translate li {
    float: left;
    list-style-type: none;
}

#translate a {
    display: block;
    width: 40px;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    background-color: #185A97;
    color: white;
}

#translate a:hover {
    background: #FFF0AA;
    color: black;
}

#logo {
    position: absolute;
    height: 120px;
    top: 10px;
    left: 20px;
}

#menu {
    float: right;
    display: inline;
    margin-right: 15px;
    margin-top: 90px;
}

#menu li {
    float: left;
    list-style-type: none;
}

#menu a {
    display: block;
    width: 90px;
    padding: 5px 0;
    margin-left: 5px;
    text-align: center;
    text-decoration: none;
    background-color: #185A97;
    border: 1px solid #808080;
    border-bottom: 0;
    color: white;
}

#menu a:hover {
    background-color: #FFF0AA;
    color: black;
}
#menu a.activated {
    background-color: #FFF0AA;
    color: black;
}

/*#content {
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #808080;
}*/

#footer {
    margin-top: 15px;
    padding: 10px;
    text-align: center;
    border: 1px solid #808080;
}

#login {
    position: absolute;
    display: none;
    top: 30px;
    left: 530px;
    width: 250px;
    background-color: white;
    border: 2px solid #185A97;
    z-index: 1000;
}

#loginHeader {
    padding: 5px;
    background-color: #185A97;
    color: white;
}

#loginHeader a {
    float: right;
    color: white;
}

#username, #password {
    padding: 5px;
}

#username label, #password label {
    float: left;
    width: 70px;
    height: 22px;
    text-align: left;
    line-height: 22px;
}

#username input , #password input {
    float: left;
    margin-left: 10px;
    width: 150px;
    height: 20px;
    line-height: 20px;
}

#submit {
    margin: 5px;
    padding: 0 5px;
    border: 1px solid #185A97;
}

.clear {
    clear: both;
}