.overlay {
	background: rgba(232, 83, 79, 0.9);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transition: opacity, 0.3s;
	-o-transition: opacity, 0.3s;
	-webkit-transition: opacity, 0.3s;
	transition: opacity, 0.3s; }

.cover_b{
	background-color: rgba(0,0,0,.5);  height: 100%;
}
.cover_w{
	background-color: rgba(255,255,255,.3);  height: 100%;
}
.cover_body{
	color: #eeeeee;
	text-align: center;
}
.cover_body h1{
	font-size: 40px;padding: 40px;
}
.cover_body p{
	font-size: 25px;padding:20px;
}
.cover_body a{
	font-size: 25px;padding:20px;color: #fff;
}
.cover_body a:hover {text-decoration:underline;}

.list{
	text-align: center;font-size: 20px;
}
.list li{
	padding:5px;
}

.footer_txt{
	color: #888888;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}