#home {
    margin: 0 auto;
    width: 78%;
}
#main {
    padding: 0 20px;
    min-width: 80%;
    text-align: left;
    clear: both;
    background: #fff;
}

#mainContent {
    min-height: 200px;
    *: ;
    padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    width: 75%;
    background: #fff;
}

#sideBar {
    min-height: 200px;
    padding: 0 5px 0 5px;
    margin-left: 50px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    _margin-left: 0;
    _width: 15%;
    padding-bottom: 20px;
}