body {
	margin: 0;
}
#page {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 738px;
}
#top_bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 70px;
	background: #369;
	color: #fff;
}
#game {
	position: absolute;
	top: 70px;
	left: 0;
	width: 1000px;
	height: 620px;
	background: #fff;
	clip: auto;
	overflow: hidden;
}
#board {
	position: absolute;
	top: 0;
	left: 120px;
	width: 760px;
	height: 620px;
}
#footer_bar {
	position: absolute;
	top: 690px;
	left: 0;
	width: 1000px;
	height: 48px;
	background: #369;
}
.dialog {
	position: absolute;
	top: 110px;
	left: 300px;
	height: 460px;
	width: 320px;
	background-color: #369;
	border-radius: 30px;
	border: 2px solid #99f;
	padding: 20px 50px;
	color: #fff;
	text-align: center;
	display: none;
}
.dialog h2 {
	font-size: 28px;
	color: #fff;
	margin: 20px 0 20px;
}
.but_start_game {
	position: absolute;
	top: 360px;
	left: 100px;
	height: 60px;
	width: 200px;
	background-color: #f00;
	cursor: pointer;
	border-radius: 15px;
	border: 2px solid #f66;
	font-size: 28px;
	line-height: 60px;
	font-weight: bold;
	text-shadow: 0px 1px 1px #f99;
}
.but_start_game:hover {
	background-color: #f33;
}
#start_game {
	display: block;
}
#bubbles_remaining {
	position: absolute;
	left: 479px;
	top: 520px;
	width: 50px;
	font-size: 26px;
	font-weight: bold;
	color: #000;
	text-align: center;
}