/* CSS Document */

body {
	background-color: #3F5B8B;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: center bottom;
	background-repeat: no-repeat;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
}

div#black_cover {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.card {
	width: 845px;
	height: 503px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -422px;
	margin-top: -251px;
	cursor: pointer;
}

div#front {
	background: url(images/front.png) no-repeat top left;
}

div#back {
	background: url(images/back.png) no-repeat top left;
}

div#designby {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

div#music {
	position: fixed;
	top: 10px;
	right: 10px;
}

div#music audio.ios {
	margin-top: 20px;
}

div#loader {
	position: fixed;
	width: 300px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -25px;
	text-align: center;
	z-index: 100;
}

div#loader img {
	vertical-align: middle;
}