@charset "utf-8";
/* CSS Document */

#homepage #post-wrapper, #short-centered #post-wrapper, #brown-bg #post-wrapper {
	width: 985px;
	height: 570px;
	display: table-cell;
    vertical-align: middle;
}

#homepage .post, #short-centered .post {
	background-color: #834535;
	filter:alpha(opacity=87);
	-moz-opacity:0.87;
	-khtml-opacity: 0.87;
	opacity: 0.87;
	}
