window.addEvent('load', function(){
		$('background-img-topleft').move({relativeTo: $('content-content'), position: 'upperLeft', edge: 'upperLeft'}).fade(0.3);
		$('background-img-topright').move({relativeTo: $('content-content'), position: 'upperRight', edge: 'upperRight'}).fade(0.3);
		$('background-img-bottomleft').move({relativeTo: $('content-content'), position: 'bottomLeft', edge: 'bottomLeft'}).fade(0.3);
		$('background-img-bottomright').move({relativeTo: $('content-content'), position: 'bottomRight', edge: 'bottomRight'}).fade(0.3);
		$('content-display').reveal({duration: 2000, transition: Fx.Transitions.Quad.easeInOut});	
});
