a img {
	border:0
}
.memory {
	margin:0 auto;
	display:none;
}
.cards {
	z-index:10;
	position:absolute;
}
.bg {
	position:absolute;
}
.gameover {
	z-index:11;
	position:relative;
	margin:0 auto;
	display:none;
	font-family:Helvetica, sans-serif;
}
.gameover_bg {
	margin:0px auto;
	position:relative;
	background:rgb(68, 68, 68);
	background:rgba(68, 68, 68, .95);
	border:5px solid #fff;
	width:400px;
	height:auto;
	text-align:center;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-border-radius:25px;
}
.gameover_bg p {
	color:#ccc;
}
.gameover_bg a {
	color:#fff;
	text-decoration:none;
	cursor: pointer;
}
.gameover_bg a:hover {
	color:#ccc;
}
h1 {
	color:#fff;
	font-size:35px;
	margin-bottom:-10px;
	margin-top:15px;
}
.ie7 h1 {
	margin-bottom:-15px;
}
.ie7 .gameover_bg p {
	margin-bottom:-8px;
}
.ie7 .gameover_bg p#onemoretime {
	margin-bottom:15px;
}
