@charset "utf-8";
a {outline: none; text-decoration: none; color:#000000;}
a:hover {text-decoration:none; }


body,html{
	margin:0;
	padding:0;
	min-height:100%;
	height:100%;
	position:relative;
}
.container{
	text-align:center;
	display:table;
	width:100%;
	height:100%;
}
.t-content{
	display:table;
	width:100%;
	height:100%;
}
.t-cell{
	display:table-cell;
	vertical-align:middle;
}
.eggs{
	position:relative;
	top:-112px;
	display:inline-block;
}
.egg{
	margin:0 20px;
	cursor:pointer;
}
.eggs p{
	font-size:30px;
	font-family:Times New Roman;
	font-style:italic;
}
.egg4{
	position:fixed;
	left:50%;
	margin-left:-88px;
	top:0;
	margin-top:-224px;
}
.popup{
	z-index:10;
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(255,255,255,.8);
	text-align:center;
	font-size:30px;
	font-family:Times New Roman;
	font-style:italic;
	display:none;
}