body{
	margin:5px;
}

#board {
	position: absolute;
	top: 0;
	left: 0;
	height: 600px;
	width: 600px;	
}

#canvas-wrap {
	position: relative;
}

#msgs {
	position: absolute;
	left: 800px;
	top: 100px;
	font-family: verdana;
	font-size: 30px;
	border-style: solid;
	border-width: 5px;
	width: 300px;
	height: 150px;
	text-align: center;
	display: inline-flex;
	background-color: #C4C4C4;
}

#msgsContent{
	margin: auto;
}

#btnRestart{
	height: 35px;
	font-family: verdana;
	font-weight: bold;	
}