.FixedCoreRegionPanel {
    position: relative;
    width: 1000px;
    margin: 0px auto;
}

body {
    margin: 0px;
    min-height: 730px;
    overflow-x: hidden;
}

.MainRegionPanel {
    display: block;
    min-width: 800px;
    overflow: hidden;
}

input[type=button]:hover{cursor:pointer}
.FixedCoreRegionPanel {
    width: 1000px;
    margin: 0 auto;
}

ul {
    list-style: none;
}

* {
    font-family: "Microsoft YaHei";
}

.Clear {
    clear: both;
}