@charset "utf-8";
/* CSS Document */


.content {
	padding: 0px 0;
	height:100%;	
}

.imageholder {
	float:left;
}

.textholder {
	width:580px;
	padding-right:40px;
	float:right;
}

<!-- Images -->
#img-list { display:table; }
#img-list img { width:300px; display:block }
#img-list li { display:table-row }
#img-list li span { display:table-cell; vertical-align:middle; }
#img-list li:first-child,
#img-list li:last-child { height:400px }​