body{
	margin-top: 50px;
}

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

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

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

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

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