*
{
	margin:0;
	padding:0;
}body{background: #FFF;}
#canv
{
	border:1px solid black;
	box-shadow:0 0 5px 5px rgba(0,0,0,0.1);
}
#wrap
{
width:1100px;
	padding-top:50px;
	text-align:center;
	margin: 0 auto;
}
#menu_left
{
	text-align:center;
	font:16px Segoe UI;
	float:left;
	width:250px;
}
#score, #lives
{
	display:block;
	line-height:30px;
	font-size:20px;
}
#leaderboard
{
	height:200px;
	display:block;
}
#leaderboard li
{
	margin-top:10px;
	font-size:18px;
}
#level, #time
{
	font-size:20px;
	height:50px;
	line-height:50px;
}
#leaderboard b
{
	font-weight:bold;
	
}
#menu_right
{
	text-align:center;
	font:16px Segoe UI;
	display:inline;
	float:right;
	width:250px;
}
#menu_left h1, #menu_right h1
{
	border-bottom:1px solid #08f;
	font:24px Segoe UI;
	font-weight:300;
}