
body{
    font-size: 16px;
}
#home{
    width: 100%;
}
#main {
    width: 86%;
    margin: 2% auto;
    clear: both;
}

#mainContent {
    background: none;
    float: left;
    overflow: visible;
    text-overflow: ellipsis;
    width: 76%;
    word-break: break-all;
}
#sideBar {
    width: 20%;
    float: left;
}
