if (document.strRelativePathToImages == null)
	document.strRelativePathToImages = '../';

document.write('<style type="text/css">' +
		'<!--' +
		'body' +
		'{' +
			'background-color: #ffffff;' +
			'background-image: url(' + document.strRelativePathToImages + '05/images/catalog_float.jpg);' +
			'background-repeat: no-repeat;' +
			'background-position: 665px -110px;' +
			'background-attachment: fixed;' +
		'}' +
		'-->' +
		'</style>');

/*	document.backgroundColor = '#ffffff';
	document.backgroundImage = 'url(../05/images/catalog_float.jpg)';
	document.backgroundRepeat= 'no-repeat';
	document.backgroundPosition = '665px -110px';
	document.backgroundAttachment = 'fixed';*/
