.right_container
{
	background:#000;
}
	.right_container .branding_full_name
	{
		position:absolute;
		top:0;
		left:50%;
		width:236px;
		background:#FFF;
		height:24px;
		line-height:24px;
		text-align:center;
		overflow:hidden;
		font-size:15px;
		margin-left:-118px;
	}
	
	.right_container .branding_info_container
	{
		width:100%;
		height:100%;
		overflow-y:auto;
	}
		.right_container .branding_info_container .branding_info
		{
			background:#000;
			color:#FFF;
			font-size:12px;
			width:565px;
			max-width:565px;
			height:100%;
			text-align:justify;
			margin:0 auto;
		}
		.right_container .branding_info_container .branding_info img
		{
			display:block;
			margin:0 auto;
		}