html {
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */
	}
BODY { background-color: black; background-attachment: fixed; width: 100%; height: 100%; overflow: hidden; }
#main { position: absolute; left: 0px; top: 0px; width: 100%; height:100%; overflow: auto; z-index: 10; }
#bgwrapper img { position: absolute; left: 0px; top: 0px; border: solid gold 0px; }

