$(function() {
	var t = $("#anotherBG").height()-58;
	$("#contactLink").css({ top:t });
});