@import url("print.css");

body {
	background: fixed url("1.gif") no-repeat;
}

#printnav {
	background: #eee;
	border-bottom: 2px solid #999;
	display: block !important;
	margin: 0;
	padding: 0.5em 0;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	//position: absolute;
	//top: expression( ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) + 'px' );
	//width: 100%;
}

#printnav a {
	font-weight: bold;
	margin: 0 0 0 5%;
}

a {
	color: #00c;
	font-weight: normal;
}

a:hover {
	color: #c00;
}
