$(document).ready(function(){
	
	i = $('body').height();
	j = (i-568)/2;	
	if(j<0){ j =0; }
	
	$('body').css({height: i-1+'px'});
	$('#page').css({marginTop: j+'px'});
	
	$('#page').flash({
	
		src: 'main_02.swf', 
		wmode: 'transparent',
		width: 950,
		height: 568
	});

    
});
	