$(function() {
	$('.rotate').css('font-size', parseInt(screen.width / 10) + 'px');
	$('#contact').css('font-size', parseInt(screen.height / 25) + 'px');
	$('div#menu table').css('font-size', parseInt(screen.height / 32) + 'px');
});

