function setiPhoneJsStyles() {
	$('iPhoneTopLogo').setStyle('margin: 0 0 0 -162px; position: absolute; left: 50%; top: 19px;');
	$$('body.skills #wrapper h1, body.projects #wrapper h1, body.code #wrapper h1, body.bio #wrapper h1').each(function(h1) {
		h1.setStyle('margin-top: 2px;');
	});
}