function check_safari()
{

	var safari = window.devicePixelRatio || (document.childNodes && !document.all && !navigator.taintEnabled);
	//var test = document.getElementById('top_left');

	if (safari) {
		// document.getElementById('interior_content_container').style.top = '-2px';
		// document.getElementById('home_background').style.top = '20px';
		// test.style.marginTop = '300px';
		// test.style.border = '1';
		// test.style.borderColor = 'red';
		// test.style.borderWidth = '5';
		// test.style.color = 'red';

		document.getElementById('home_background').style.marginTop = '150px';
	}

}
