@charset "UTF-8";
/* CSS Document */

#auguri {
	height: 450px;
	width: 600px;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 99;
	border: 4px solid #FFFFFF;
	left: 50%;
	top: 50%;
	margin-top: -225px;
	margin-left: -300px;
}
