.text_mod_logo {
	height: 345px;
	text-align: center;
	background: url(../img/poezd.jpg) no-repeat;
	position: relative;
}

.text_mod_logo:after {
	content: '';
	position: absolute;
	z-index: 1;
	background: url(../img/poezd2.png) no-repeat;
	top: 0;
	right: 0;
	width: 395px;
	height: 372px;
}

.text_mod_logo .module_body {
	position: relative;
	z-index: 2;
}

.text_mod_logo p {
	margin: 0;
}

.text_mod_logo a {
	display: block;
}

.text_mod_logo img {
	vertical-align: middle;
}