* {
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	background-color: #fff;
}
#message {
	text-align: center;
	width: 75%;
	margin: 80px auto;
	background: #fa8d06;
	padding: 20px;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
}
#message a {
	color: #000;
}
#content {
	position: absolute;
	top: -100px;
	left: -100;
	width: 1px;
	height: 1px;
	overflow: hidden;
}