<!--

document.write('<style type="text/css">');

if ((navigator.appName.substring(0,9) == "Microsoft") && (navigator.appVersion.indexOf("Mac") > 0) && (navigator.appVersion.indexOf("MSIE "))) {
	document.write("#outer {width: 765px; margin: 0px; margin-left: auto; margin-right: auto;}");
} else {
	document.write("html {width:100%; height:100%}");
	document.write("#outer {height: 100%; width: 765px; margin: 0px; margin-left: auto; margin-right: auto;}");
}

document.write('</style>');

//-->
