$(document).ready(function() {
	
	/*
	-----------------------------------
	General Settings
	-----------------------------------
	*/
	var winH = $(window).height();
	$('.content').height(winH);
		

	/*
	-----------------------------------
	sIFR
	-----------------------------------
	*/
	
	$('h2').sifr({ 
		color: '#3b629b',		
		font: 'swf/fabulous_sifr',
		height: 50,
		offsetTop: 15,
		textAlign: 'center'
	});
	
	$('h5').sifr({ 
		color: '#cb2020',		
		font: 'swf/nexus_sifr',
		textAlign: 'center'
	});
  	
});