<!--
var rBW;
if(window.innerWidth){
rBW = window.innerWidth;
} else if(document.body && parent.pv_top.document.body.offsetWidth){
rBW = parent.pv_top.document.body.offsetWidth;
}

var bodyWidth = (rBW > 800)?1024:800;

var rBL = (rBW > 800)?(rBW-750)/2:(rBW-586)/2;
rBL = Math.round(rBL);
var rTAG = (document.compatMode && document.compatMode=="CSS1Compat")?"html":"body";

document.write('<style type="text/css"><!-- '+rTAG+' { width:'+(rBW-16)+'px;background-color:#191919; background-position: '+rBL+'px 0px ; background-repeat:no-repeat; background-image: url("../i/bg_main_'+bodyWidth+'_default.jpg"); background-attachment:fixed; } //--></style>');

if(navigator.appName == "Netscape"){
document.write('<style type="text/css" media="print"><!-- body { margin : 1cm; margin-left : 3cm; } //--></style>');
}

//-->
