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

* html #trim{
	position: absolute;
}

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

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

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