$(document).ready(function() {
	$("section#contact").css("height", $("section#about").height());
	$("section#twitter").css("height", $("section#news").height());
});
