/* your styles go here */
body {
    background: #cceeee;
}
section.real-background {
    background: #cceeee;
}
div.top-separator {
    background: #333;
}
div#post-content {
    font-size: 16px;
}

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}
