
#header {
    position: relative;
    top: 0;
    left: auto;
    width: 1400px;
    height: 310px;
    margin: auto;
    border: none;
    padding: 0;
    background: none;
}
#main {
    position: relative;
    top: 0;
    left: auto;
    width: 1400px;
    height: auto;
    margin: auto;
    border: none;
    padding-right: 0;
}
#topics {
    position: relative;
    width: 1100px;
    height: auto;
    margin: 0;
    border: none;
    padding: 0;
}
.postBody {
    position: relative;
    width: 1050px;
    height: auto;
    margin: 0;
    border: none;
    padding: 0;
    color: #494949;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.6;
}