#msg_area {
	width:500px;
	height:200px;
	margin:100px auto;
	text-align:center;
	background:#eee;
}
#msg_area h2 {
	padding:50px 0 20px;
	font-size:110%;
	font-weight:bold;
	color:#666;
}
#msg_area .link {
	padding-top:15px;
}