body{
	margin-top: 20px;
}

#trim{
	height: 20px;
	position: fixed;
}

* html #trim{
	margin-top: -20px;
	position: absolute;
}

#topShadow{
	position: fixed;
	margin-top: 23px;
}

* html #topShadow{
	margin-top: 3px;
	position: absolute;
}

div#trim div{
	clip: rect(0px, 529px, 20px, 0px) !important;
}
