﻿body
{
    background-image: url('../jpg/01.gif');
    background-repeat: repeat-x;
}
*{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}
#login {
    margin: 150px 20px 0px auto;
    float: right;
    height: auto;
    width: auto;
    font-family: 微软雅黑;
    font-size: 18px;
    line-height: 30px;
    background-color: #C8EDFF;
    border-radius: 15px;
    font-weight: bold;
    color: #363458;

}

#box {
    width: 960px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    height: auto;
}
#bottom {
    background-color: #C9E8FF;
    width: 100%;
    height: 30px;
    font-family: 黑体;
    font-size: 14px;
    text-align: center;
    color: #333333;
    position: absolute;
    line-height: 30px;
    bottom: 0px;
}
#top {
    height: 100px;
    width: 100%;
    float: left;
    font-size: small;
    background-image: url('../jpg/logo.jpg');
    background-repeat: no-repeat;
    opacity:0.7;
}
#main {
    margin: 0px;
    float: left;
    height: 500px;
    width: 960px;
}
#main1
{
    float: left;
    width: 960px;
    height: auto;
}
#menu
{
    float: left;
    width: 960px;
    height: auto;
}
#mem
{
    float: right;
    margin:75px 0px 0px auto;

    width: 448px;
    height: 20px;
    font-size: 16px;
    font-family: 微软雅黑;
    color: #FFFFFF;
}
