#header {
    margin-top: 6em;
}
#blogTitle{
    height: 6px;
    clear: both;
}
#navigator {
    background-color: #3330;
    height: 60px;
    clear: both;
    margin-top: 60px;
    position: relative;
}
#navList {
    min-height: 30px;
    float: left;
    margin-left: 0px;
}
.blogStats {
    float: right;
    color: #ccc;
    margin-top: 20px;
    margin-right: 2px;
    text-align: right;
    visibility: visible;
}
body {
    color: #080808;
    background: #fff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    min-height: 101%;
    background: url(https://images.cnblogs.com/cnblogs_com/aaronbin/1958153/o_210407121952background.png) top center no-repeat rgb(0, 0, 0);
}
#mainContent {
    min-height: 200px;
    *padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: break-word;
    float: left;
    width: 880px;
    background: #e2e2e2;
    flex: 1;
    overflow: auto;
}
.day {
    min-height: 10px;
    _height: 10px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    margin-left: 10px;
    margin-top: 0;
    margin-right: 2em;
}
#main {
    min-width: 1200px;
    text-align: left;
    clear: both;
    background: #e2e2e2;
}