  @charset "utf-8";
/* CSS Document */


#another_window{
	width: 520px;
	height: 575px;
}

#another_window div.encyc{
	position: relative;
	padding: 30px 55px 25px;
}

#another_window div.encyc p.encyclopedia_link{
	position: absolute;
	top: 507px;
	left: 62px;
	z-index: 10;
}

#another_window div.encyc p.aw_kka_logo{
	position: absolute;
	top: 569px;
	left: 358px;
	z-index: 10;
}


@media print{
	#another_window div.encyc p.encyclopedia_link,
	#another_window div.encyc p.aw_kka_logo{
		display: none;
	}
	
	#another_window{
		margin-left: 225px;
		background: #FDF9D4;
	}
	
}