#content
{
	float: left;
	width: 868px;
	height: 445px;
	margin-top: -7px;
	margin-left: -6px;
	background-image: url('/images/content/bg_content.png');
	background-repeat: no-repeat;
}
	
	#content_image,
	#content_text
	{
		position: absolute;
		height: 430px;
		margin-top: 7px;
		margin-left: 6px;
	}
	
	#content_image
	{
		overflow: hidden;
		width: 856px;
	}
	
	#content_text
	{
		width: 270px;
		margin-left: 572px;
		font-size: 11px;
		line-height: 18px;
	}
	
		#content_text p,
		#content_text h2
		{
			color: #FFF !important;
		}
		
		#content_text h2
		{
			padding-bottom: 52px;
		}