/* ---Site identity > staging unit [top page for 100th anniversary]--- */
div#SiteIdentityL {
	margin: 0 auto;
	width: 765px;
	background: url("../../images/h1_en/bg_site_id_large.gif") repeat-x 0 0 #e6e6e6;
	font-size: 0;
}
div#SiteIdentityL h1.Title {
	float: left;
	width: 609px;
	height: 83px;
	background: url("../../images/100th_en.gif") no-repeat 100% 0;
}
@media print {
	div#SiteIdentityL {
		margin: 0 0 10px;
		width: 100%;
		height: 83px;
		background: url("../../images/h1_en/bg_site_id_large.gif") repeat-x 0 100% #e6e6e6;
	}
	div#SiteIdentityL h1.Title {
		display: none;
	}
}
