.partners {
	position: absolute;
	top: 12px;
	left: 0px;
	width: 250px;
	height: 353px;
	overflow: hidden;
}
.partners_img {
	position: absolute;
	top: 0px;
	left: 250px;
	width: 520px;
	height: 365px;
	background-color: #FF0000;
	overflow: hidden;
}
.partners p {
	font-size: 12px;
	font-family: Arial;
	color: #898987;
	line-height: 110%;
	margin-top: 8px;
	margin-left: 20px;
	margin-right: 5px;
}
.partners a {
	color: #898987;
	text-decoration: underline;
}
.partners a:hover {
	color: #F8AF00;
	text-decoration: none;	
}