html,body{
	margin:0;
	padding:0;
	text-align:center;
        background-color: black;
        color: white;
}

#canvas-game{
	margin:0 auto;
	text-align:left;
	width:854px;
	margin-top:20px;
	border:Solid 1px #ebe5e5;
	height:486px;
	position:relative;
}

#game-statistic{
	margin:0 auto;
	text-align:left;
	width:854px;
	margin-top:20px;
}


#statistic-left, #statistic-right{
	font-style:italic;
	font-size:12px;
	float:left;
}

#statistic-right{
	float:right;
}

.bold-text{
	font-weight:bold;
}

.clear{
	clear:both;
}

.box-picture{
	float:left;
	width:120px;
	height:120px;
	border:solid 1px #ebe5e5;
}

.box-picture > img{
	width:120px;
	height:120px;
}

.box-cover-wrapper{
	position:absolute;
	left:0;
	top:0;
	z-index:100;
}

.box-cover{
	width:120px;
	height:120px;
	background:url(image-cover.jpg) no-repeat;
	border:solid 1px #ebe5e5;
	float:left;
	cursor:pointer;
}

#game-message{
	margin:0 auto;
	font-size:20px;
	background: red;
	padding:15px;
	border:solid 1px #ccc;
	border-radius:5px;
	width:612px;
	display:none;
}

#btnRestart{
	padding:15px;
	font-weight:bold;
	text-align:center;
	background:#043255;
	text-decoration:uppercase;
	margin-top:20px;
	color: white;
	border:none;
	border-radius:5px;
	cursor:pointer;
}

a{
        color: white;
}

