/* css */
#header {
	width: 0px;
	height: 0px;
	background-image: url(apixel.gif);
}
#header span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

