.tourism-banner{
	position: relative;
	height: 150px;
	background: url("http://bigbuzzy.ru/f/1/tourism-flag.jpg") no-repeat -1px 0 black;
	border-bottom: 5px solid #000;
	overflow: hidden;
}
.tourism-banner P{
	margin-bottom: 0;
}
.tourism-banner-cols{
	background: url("http://bigbuzzy.ru/f/1/dotted.gif") repeat-y 50% 0 white;
}
.tourism-banner .column{

}
.tourism-col1{
	width: 50%;
}
.tourism-col2{
	width: 50%;
	left: 50%;
}
.tourism-col1 P{
	font-family: "PTSans","Arial Narrow",Arial,sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	padding: 10px;
}
.tourism-col2 P{
	font-size: 0.875em;
	line-height: 140%;
	padding: 10px;
	padding-left: 20px;
}
.table-wrapper{
	display: table;
	height: 150px;
	#position: relative;
	overflow: hidden;
}
.cell-wrapper{
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;	
}
.ie-wrapper{
	#position: relative;
	#top: -50%;
	padding: 0 15px;
}