// JavaScript Document
$(function(){
	$('dl:first-child').addClass('first');
	$('#fixheight').css('height',($('#company-cnt').height()+65));
});

