#client_logos {
		width: 500px;
		height: 590px;
		position: relative;
		margin-top: 10px;
	}

	#client_logos img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		top: 1px;
		left: 1px;
	}

	#box1 {
		width: 225px;
		height: 165px;
		position: absolute;
		top: 2px;
		left: 15px;
	}
	#box1 img { top: 1px; left: 1px; position: absolute; }
	
	#box2 {
		width: 225px;
		height: 165px;
		position: absolute;
		top: 2px;
		left: 260px;
	}
	#box2 img { top: 1px; left: 1px; position: absolute; }
	
	#box3 {
		width: 225px;
		height: 165px;
		position: absolute;
		top: 185px;
		left: 15px;
	}
	#box3 img { top: 1px; left: 1px; position: absolute; }
	
	#box4 {
		width: 225px;
		height: 165px;
		position: absolute;
		top: 185px;
		left: 260px;
	}
	#box4 img { top: 1px; left: 1px; position: absolute; }
	
	#box5 {
		width: 225px;
		height: 165px;
		position: absolute;
		top: 360px;
		left: 15px;
	}
	#box5 img { top: 1px; left: 1px; position: absolute; }
	
	#box6 {
		width: 225px;
		height: 165px;
		position: absolute;
		top: 360px;
		left: 260px;
	}
	#box6 img { top: 1px; left: 1px; position: absolute; }
