/*
$(document).ready(function() {
	$feature = $('#feature');
	$aboutbox = $('#about-box');
	if($feature.height() > 324) $aboutbox.width($aboutbox.width() - 2);
});
*/
