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

#overLayer{
	background: #FDF9D4;;
}


#another_window{
	width: 820px;
	height: 482px;
	text-align: center;
}

#another_window h2{
	margin-top: 5px;
	margin-left: 40px;
	margin-right: 40px;
}

#another_window video{
	margin-top: 12px;
}




@media print{
	#another_window{
		/*margin-left: 225px;
		background: #FDF9D4;*/
	}
	
}