#home {
    width: 70%;
    margin: 0 auto;
}

#mainContent {
    min-height: 200px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    width: 75%;
    background: #C7EDCC;
}

#sideBar {
    min-height: 200px;
    padding: 0 5px 0 5px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    _margin-left: 0;
    _width: 240px;
    padding-bottom: 20px;
    background: #C7EDCC;
}

.about_me {
    font-size: 20px;
    color: #1c7791;
    padding-bottom: 10px;
}