body {
	padding: 0;
	margin: 0;
	font-family: Helvetica;
	background: url("images/background.png");
	background-color: #c9d2d7;
}

#heading {
	font-size: 14px;
	margin: 10px;
}

#board {
	position: absolute;
	top: 32px;
}

#splash {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: url("images/background.png");
	background-color: #c9d2d7;
}

#hurray {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: url('images/hurray.png') no-repeat center;
}

.b_normal {
	width: 55px;
	height: 60px;
	background: url("images/Brick.png") no-repeat 0px 0px;
	line-height: 60px;
	font-size: 30px;
	text-align: center;
	color: rgb(110,110,110);
    text-shadow: rgba(0, 0, 0, 0.7) 0 1px 1;

}

#display {
	width: 320px;
	height: 407px;
}

#ads {
	border: 1px solid #999999;
	position: absolute;
	left: 10px;
	width: 280px;
	top: 390px;
	padding: 10px;
	-webkit-border-radius: 10px;
	background: white;
}
