body
{
	margin: 2cm;
	font: bold large sans-serif;
	color: #64859e;
	text-shadow: 1px 1px 1px gray;
	background-repeat: repeat;
}

#wrap
{
	background: #a4c5de;
	margin: 0 auto;
	border: 5px solid #64859e;
	border-radius: 10px;
	box-shadow: 4px 4px 4px gray;
	min-width: 150px;
	min-height: 72px;
	position: relative;
}

#wrap img
{
	position: absolute;
	border: 0;
}

#controls
{
	margin: 0.5em auto;
	width: 100%;
}

#reset
{
	width: 34%;
	text-align: center;
}

#reset_button
{
	font: inherit;
	color: inherit;
	text-shadow: none;
	padding: 2px 25px;
	width: 100%;
	min-width: 200px;
	background: #a4c5de;
	border: 5px solid #64859e;
	border-radius: 5px;
	box-shadow: 2px 2px 3px gray;
}

#reset_button:hover
{
	color: white;
	background: #64859e;
}

#bubble_count
{
	width: 33%;
	padding: 0 15px;
	text-align: left;
}

#timer
{
	width: 33%;
	padding: 0 15px;
	text-align: right;
}

#congratulations
{
	position: absolute;
	height: 72px;
	width: 100%;
	margin: auto auto;
	font-size: 70px;
	text-align: center;
	text-shadow: 2px 2px 5px gray;
}
