/* CSS Document */
.hint{
	width: 400px;
	text-align: center;
	height: 258px;
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -179px;
}
.hint p{
	color: #7c8897;
	font-size: 18px;
	font-weight: bold;
}
.hint img{
	margin-bottom: 20px;
}

















