$(document).ready(function(){
	$('.side_image').height($('#content').height() - 60);
});
