
jQuery( function($) {
	$('#frame').css('position', 'absolute');
	$('#frame').css('top', '50%');
	$('#frame').css('left', '50%');
	$('#frame').css('margin-top', '-283px');
	$('#frame').css('margin-left', '-450px');
});