body {
    background-size: 100%;
}
#home {
    margin: 0 auto;
    min-width: 980px;
    width: 90%;
}
#mainContent {
    min-height: 200px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    width: 80%;
    background: #fff;
}
#author_profile {
    float: left;
    width: 40%;
    margin-top: 0;
    margin-bottom: 10px;
    color: #000;
    margin-left: 0;
    font-size: 12px;
}
#green_channel {
    padding: 10px 0;
    margin-bottom: 10px;
    margin-top: 10px;
    border: silver 1px dashed;
    font-size: 12px;
    width: 40%;
    text-align: center;
}
#comment_nav {
    text-align: right;
    margin-right: 12px;
}
.author_profile_info {
    float: left;
    line-height: initial;
}