 document.write("<style>");
		document.write("body {background-image: none;}");
		document.write("#bodyframe {top:-1300px; height: 1200px; background-color: #fff; position:relative;}");
		document.write("</style>");
        document.write("");
		
window.onload = function() {
			new Effect.Move('bodyframe', { x: 0, y: 0, mode: 'absolute',  duration: 1.8 });
		}
