#home {
    margin: 0 auto;
    width: 80%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
.postDesc {
    background: url(images/posted_time.png) no-repeat 0 0;
    font-size: 13px;
    color: #757575;
    float: left;
    width: 100%;
    clear: both;
    text-align: right;
    margin-top: 20px;
    line-height: 1.5;
    padding-left: 0px;
    padding-right: 0px;
}