root { 
    display: block;
}

body {
	background-color: #fff;
	margin: 20px 0px 0px 0px;
	text-align: left;
}



header div {
	height: 10px;
	font-size: 18px;
	color: #a67900;
	padding-top: 15px;
}

#board {
	padding-top: 10px;
    width: 650px;
    height: 550px;
	/*background-color: rgb(255, 204, 102);*/
	background-image:url(../images/back_mm.jpg)
}

header div {
	font-family: 'Cherry Swash', cursive;
	font-weight: 400;
	font-size: 30px;
	color: rgb(20, 166, 0);
	text-align: left;
}

#startGameButton
{
	font-weight: 400;
	color: rgb(0,0,0);
	padding-bottom: 10px;
	display: block;
	text-align: center;
}

.tile {
	float:left;
	width: 100px;
	height: 100px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #cfcfcf;
	cursor: pointer;
}

.tile img {
	display: block;
	margin: 0 auto;
	padding-top: 25px;
	width: 50px;
}

.tileColor1 {
	 background-color: rgb(176, 235, 23);
}

.tileColor2 {
	 background-color: rgb(57, 171, 62);
}

.tileColor3 {
	 background-color: rgb(130, 189, 46);
}

.tileColor4 {
	 background-color: rgb(200, 217, 126);
}


.tileColor5 {
	 background-color: #82bd2d;
}
