#message-notice {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	margin: 0 auto;
	width: 100%;
	height: 144px;
	text-align: center;
	line-height: 144px;
	vertical-align: middle;
	color: #ccc;
	background: #333;
	}
#message-notice h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	}
#message-notice h1 a {
	color: #ccc;
	}
#message-notice h1 a:hover {
	text-decoration: none;
	color: #fff;
	}