body {
    background-image: none;
    background-color: #121212;
}

#home {
    background-color: #030303;
    color:#fff;
    border-radius: 4px;
}

#footer {
    text-align: center;
    border-top: 0;
}

a:link, a:visited, a:hover, a:active {
    color: #fff;
}

.postDesc {
    display: none;
}

#blogTitle {
    display: none;
}

.dayTitle {
    display: none;
}