@charset "UTF-8";

#notice_container {
	position: absolute;
	top: 10px;
	left: 50%;
	
	margin-left: -200px;
	width: 400px;
	
	opacity: 0.75;
}
