#welcome {
	position: absolute;
	left: 50%;
	top: 50%;
	
	width: 800px;
	height: 400px;
	
	margin-left: -400px;
	margin-top: -230px;
	
	background-image: url('../notice.jpg');
	background-repeat: no-repeat;
	background-color: #fff;
}
