* html{
	background-image: url(about:blank);
	background-attachment: fixed;
}

.fixheader {
	position: fixed !important;
	_TOP: 0px;
	_POSITION: absolute;
	width: 100%;
	min-width: 1024px;
	top: 0;
	z-index: 99999;
}