$(document).ready(function(){

	$('#container').centersite();

	$(window).bind("resize", function(){
			$('#container').centersite();
	});

	$('#video').flash({ 
		src: 'media/flash/splash.swf',
		width: 650,
    	height: 220,
		wmode: "transparent"
	});

	//popup map hide
	$('div map area.close').click(function(){
	$(this).parent().parent().fadeOut();
	return false;
	});
	
});