div#countries_title {
	width: 864px;
	height: 44px;
	background-image: url("../images/countries/title_country_bg.jpg");
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 10px 52px 8px 44px;
	position: relative;
	float: left;
	font-size: 24px;
	color: #6a6a6a;
	
}

div#countries_content {
	width: 871px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	background-image: url("../images/countries/content_countries_bg.jpg");
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 52px 0px 37px;
	position: relative;
	float: left;
	font-size: 12px;
	color: #434343;
	text-align: justify;
}

